Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *cmake,cmake-native* to 
*3.31.1,3.31.1* has Succeeded.

Next steps:
    - apply the patch: git am 
0001-cmake-cmake-native-upgrade-3.31.0-3.31.1-3.31.0-3.31.patch
    - check the changes to upstream patches and summarize them in the commit 
message,
    - compile an image that contains the package
    - perform some basic sanity tests
    - amend the patch and sign it off: git commit -s --reset-author --amend
    - send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From 8930d01a98f2b004e4b90522bfbbc43a2245525c Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Sun, 1 Dec 2024 05:30:35 +0000
Subject: [PATCH] cmake,cmake-native: upgrade 3.31.0 -> 3.31.1,3.31.0 -> 3.31.1

---
 .../cmake/{cmake-native_3.31.0.bb => cmake-native_3.31.1.bb}  | 0
 meta/recipes-devtools/cmake/cmake.inc                         | 2 +-
 ...CMakeDetermineCompilerABI-Strip-pipe-from-compile-fl.patch | 2 +-
 .../cmake/cmake/0001-CMakeLists.txt-disable-USE_NGHTTP2.patch | 2 +-
 ...Disable-use-of-ext2fs-ext2_fs.h-by-cmake-s-internal-.patch | 4 ++--
 .../cmake/{cmake_3.31.0.bb => cmake_3.31.1.bb}                | 0
 6 files changed, 5 insertions(+), 5 deletions(-)
 rename meta/recipes-devtools/cmake/{cmake-native_3.31.0.bb => 
cmake-native_3.31.1.bb} (100%)
 rename meta/recipes-devtools/cmake/{cmake_3.31.0.bb => cmake_3.31.1.bb} (100%)

diff --git a/meta/recipes-devtools/cmake/cmake-native_3.31.0.bb 
b/meta/recipes-devtools/cmake/cmake-native_3.31.1.bb
similarity index 100%
rename from meta/recipes-devtools/cmake/cmake-native_3.31.0.bb
rename to meta/recipes-devtools/cmake/cmake-native_3.31.1.bb
diff --git a/meta/recipes-devtools/cmake/cmake.inc 
b/meta/recipes-devtools/cmake/cmake.inc
index d32e2084ef..0f5b903850 100644
--- a/meta/recipes-devtools/cmake/cmake.inc
+++ b/meta/recipes-devtools/cmake/cmake.inc
@@ -20,7 +20,7 @@ SRC_URI = 
"https://cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \
            
file://0001-CMakeDetermineCompilerABI-Strip-pipe-from-compile-fl.patch \
            "
 
-SRC_URI[sha256sum] = 
"300b71db6d69dcc1ab7c5aae61cbc1aa2778a3e00cbd918bc720203e311468c3"
+SRC_URI[sha256sum] = 
"c4fc2a9bd0cd5f899ccb2fb81ec422e175090bc0de5d90e906dd453b53065719"
 
 UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar"
 
diff --git 
a/meta/recipes-devtools/cmake/cmake/0001-CMakeDetermineCompilerABI-Strip-pipe-from-compile-fl.patch
 
b/meta/recipes-devtools/cmake/cmake/0001-CMakeDetermineCompilerABI-Strip-pipe-from-compile-fl.patch
index 57d5f08149..cfc0007fef 100644
--- 
a/meta/recipes-devtools/cmake/cmake/0001-CMakeDetermineCompilerABI-Strip-pipe-from-compile-fl.patch
+++ 
b/meta/recipes-devtools/cmake/cmake/0001-CMakeDetermineCompilerABI-Strip-pipe-from-compile-fl.patch
@@ -1,4 +1,4 @@
-From 29046e1308bec72cc21b0b00e979906f5a1fb63f Mon Sep 17 00:00:00 2001
+From bcfbef1bdacfc756355061c7259b2bf0748f2a3f Mon Sep 17 00:00:00 2001
 From: Philip Lorenz <[email protected]>
 Date: Mon, 3 Jun 2024 13:19:24 +0200
 Subject: [PATCH] CMakeDetermineCompilerABI: Strip -pipe from compile flags
diff --git 
a/meta/recipes-devtools/cmake/cmake/0001-CMakeLists.txt-disable-USE_NGHTTP2.patch
 
b/meta/recipes-devtools/cmake/cmake/0001-CMakeLists.txt-disable-USE_NGHTTP2.patch
index 87efbd993d..b5df08322a 100644
--- 
a/meta/recipes-devtools/cmake/cmake/0001-CMakeLists.txt-disable-USE_NGHTTP2.patch
+++ 
b/meta/recipes-devtools/cmake/cmake/0001-CMakeLists.txt-disable-USE_NGHTTP2.patch
@@ -1,4 +1,4 @@
-From 80655318696091d27d131e8c4a48140e37e73366 Mon Sep 17 00:00:00 2001
+From d70402c403b016fae06eff29849a685ad7ed2bc6 Mon Sep 17 00:00:00 2001
 From: Changqing Li <[email protected]>
 Date: Wed, 28 Dec 2022 17:51:27 +0800
 Subject: [PATCH] CMakeLists.txt: disable USE_NGHTTP2
diff --git 
a/meta/recipes-devtools/cmake/cmake/0005-Disable-use-of-ext2fs-ext2_fs.h-by-cmake-s-internal-.patch
 
b/meta/recipes-devtools/cmake/cmake/0005-Disable-use-of-ext2fs-ext2_fs.h-by-cmake-s-internal-.patch
index 9071d0f559..a17aa934eb 100644
--- 
a/meta/recipes-devtools/cmake/cmake/0005-Disable-use-of-ext2fs-ext2_fs.h-by-cmake-s-internal-.patch
+++ 
b/meta/recipes-devtools/cmake/cmake/0005-Disable-use-of-ext2fs-ext2_fs.h-by-cmake-s-internal-.patch
@@ -1,4 +1,4 @@
-From 2b8f6d4a5fddb5212ce07f0c61f5a3edbf5187d4 Mon Sep 17 00:00:00 2001
+From 6131d31a415b54af6fffdd3d54cbb383ac589013 Mon Sep 17 00:00:00 2001
 From: Otavio Salvador <[email protected]>
 Date: Thu, 5 Jul 2018 10:28:04 -0300
 Subject: [PATCH] Disable use of ext2fs/ext2_fs.h by cmake's internal
@@ -18,7 +18,7 @@ Signed-off-by: Otavio Salvador <[email protected]>
  1 file changed, 2 insertions(+), 6 deletions(-)
 
 diff --git a/Utilities/cmlibarchive/CMakeLists.txt 
b/Utilities/cmlibarchive/CMakeLists.txt
-index feeaa3b7..c301fb25 100644
+index 4e4b49c1..50e9a733 100644
 --- a/Utilities/cmlibarchive/CMakeLists.txt
 +++ b/Utilities/cmlibarchive/CMakeLists.txt
 @@ -745,12 +745,8 @@ LA_CHECK_INCLUDE_FILE("copyfile.h" HAVE_COPYFILE_H)
diff --git a/meta/recipes-devtools/cmake/cmake_3.31.0.bb 
b/meta/recipes-devtools/cmake/cmake_3.31.1.bb
similarity index 100%
rename from meta/recipes-devtools/cmake/cmake_3.31.0.bb
rename to meta/recipes-devtools/cmake/cmake_3.31.1.bb
-- 
2.44.1

Attachment: 0001-cmake-cmake-native-upgrade-3.31.0-3.31.1-3.31.0-3.31.patch
Description: Binary data

packages/core2-64-poky-linux/cmake/cmake: FILELIST: added 
"/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsCE-MSVC-C.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/Android-C.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-MSVC-CXX.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-MSVC-ASM.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-GNU-C.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-LLD-C.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-MSVC-C.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-GNU-ASM.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/Android-ASM.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-LLD-ASM.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-MSVC-CXX.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-C.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-GNU-CXX.cmake 
/usr/share/cmake-3.31/
 Modules/Platform/Linker/WindowsCE-MSVC-CXX.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-LLD-CXX.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-ASM.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/Android-GNU-CXX.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/Android-GNU-ASM.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-CXX.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsCE-C.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-GNU-CXX.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-LLD-CXX.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/Android-CXX.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsKernelModeDriver-CXX.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/Android-GNU-C.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-ASM.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-CXX.cmake 
/usr/share/cmake-3.31/Modules/Platform/Link
 er/WindowsStore-MSVC-C.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsKernelModeDriver-MSVC-C.cmake
 /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-GNU-C.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-LLD-C.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/Android-LLD-C.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsKernelModeDriver-C.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/Android-LLD-ASM.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/Android-LLD-CXX.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsCE-CXX.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-GNU-ASM.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-LLD-ASM.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-C.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-MSVC-ASM.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsKernelModeDriver-MSVC-CXX.cmake"
Changes to packages/core2-64-poky-linux/cmake (sysroot):
  /usr/share/cmake-3.31/Modules/Platform/Linker/Android-ASM.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/Android-C.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/Android-CXX.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/Android-GNU-ASM.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/Android-GNU-C.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/Android-GNU-CXX.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/Android-LLD-ASM.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/Android-LLD-C.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/Android-LLD-CXX.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsCE-C.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsCE-CXX.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsCE-MSVC-C.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsCE-MSVC-CXX.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsKernelModeDriver-C.cmake 
was added
  
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsKernelModeDriver-CXX.cmake 
was added
  
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsKernelModeDriver-MSVC-C.cmake
 was added
  
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsKernelModeDriver-MSVC-CXX.cmake
 was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-ASM.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-C.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-CXX.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-GNU-ASM.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-GNU-C.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-GNU-CXX.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-LLD-ASM.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-LLD-C.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-LLD-CXX.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-MSVC-ASM.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-MSVC-C.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-MSVC-CXX.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-ASM.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-C.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-CXX.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-GNU-ASM.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-GNU-C.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-GNU-CXX.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-LLD-ASM.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-LLD-C.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-LLD-CXX.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-MSVC-ASM.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-MSVC-C.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-MSVC-CXX.cmake was 
added
Changes to packages/x86_64-linux/cmake-native (sysroot):
  /usr/share/cmake-3.31/Modules/Platform/Linker/Android-ASM.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/Android-C.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/Android-CXX.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/Android-GNU-ASM.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/Android-GNU-C.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/Android-GNU-CXX.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/Android-LLD-ASM.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/Android-LLD-C.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/Android-LLD-CXX.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsCE-C.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsCE-CXX.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsCE-MSVC-C.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsCE-MSVC-CXX.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsKernelModeDriver-C.cmake 
was added
  
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsKernelModeDriver-CXX.cmake 
was added
  
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsKernelModeDriver-MSVC-C.cmake
 was added
  
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsKernelModeDriver-MSVC-CXX.cmake
 was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-ASM.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-C.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-CXX.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-GNU-ASM.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-GNU-C.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-GNU-CXX.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-LLD-ASM.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-LLD-C.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-LLD-CXX.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-MSVC-ASM.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-MSVC-C.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-MSVC-CXX.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-ASM.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-C.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-CXX.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-GNU-ASM.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-GNU-C.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-GNU-CXX.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-LLD-ASM.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-LLD-C.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-LLD-CXX.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-MSVC-ASM.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-MSVC-C.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-MSVC-CXX.cmake was 
added
packages/core2-64-poky-linux/cmake/cmake-bash-completion: PKGV changed from 
3.31.0 [default] to 3.31.1 [default]
packages/core2-64-poky-linux/cmake/cmake-bash-completion: PV changed from 
"3.31.0" to "3.31.1"
packages/core2-64-poky-linux/cmake/cmake-dbg: PKGV changed from 3.31.0 
[default] to 3.31.1 [default]
packages/core2-64-poky-linux/cmake/cmake-dbg: PV changed from "3.31.0" to 
"3.31.1"
packages/core2-64-poky-linux/cmake/cmake-dbg: PKGSIZE changed from 1104563152 
to 1104596528 (+0%)
packages/core2-64-poky-linux/cmake/cmake-dev: PKGV changed from 3.31.0 
[default] to 3.31.1 [default]
packages/core2-64-poky-linux/cmake/cmake-dev: PV changed from "3.31.0" to 
"3.31.1"
packages/core2-64-poky-linux/cmake/cmake-doc: PKGV changed from 3.31.0 
[default] to 3.31.1 [default]
packages/core2-64-poky-linux/cmake/cmake-doc: PV changed from "3.31.0" to 
"3.31.1"
packages/core2-64-poky-linux/cmake/cmake-locale: PKGV changed from 3.31.0 
[default] to 3.31.1 [default]
packages/core2-64-poky-linux/cmake/cmake-locale: PV changed from "3.31.0" to 
"3.31.1"
packages/core2-64-poky-linux/cmake/cmake-src: PKGV changed from 3.31.0 
[default] to 3.31.1 [default]
packages/core2-64-poky-linux/cmake/cmake-src: PV changed from "3.31.0" to 
"3.31.1"
packages/core2-64-poky-linux/cmake/cmake-src: PKGSIZE changed from 10297839 to 
10298740 (+0%)
packages/core2-64-poky-linux/cmake/cmake-staticdev: PKGV changed from 3.31.0 
[default] to 3.31.1 [default]
packages/core2-64-poky-linux/cmake/cmake-staticdev: PV changed from "3.31.0" to 
"3.31.1"
packages/core2-64-poky-linux/cmake/cmake: PKGV changed from 3.31.0 [default] to 
3.31.1 [default]
packages/core2-64-poky-linux/cmake/cmake: PV changed from "3.31.0" to "3.31.1"
packages/core2-64-poky-linux/cmake/cmake: PKGSIZE changed from 43177650 to 
43193503 (+0%)
packages/core2-64-poky-linux/cmake/cmake: FILELIST: added 
"/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsCE-C.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/Android-CXX.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsKernelModeDriver-C.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-GNU-CXX.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-C.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-GNU-C.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-LLD-C.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-LLD-CXX.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-ASM.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-CXX.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsKernelModeDriver-CXX.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/Android-ASM.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsCE-MSVC-C.cmake 
/usr/share/cmake-3.31/Modul
 es/Platform/Linker/WindowsPhone-LLD-CXX.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-GNU-CXX.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsCE-MSVC-CXX.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-GNU-C.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-LLD-C.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/Android-GNU-C.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/Android-GNU-ASM.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/Android-GNU-CXX.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsKernelModeDriver-MSVC-CXX.cmake
 /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-MSVC-C.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-GNU-ASM.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-LLD-ASM.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-GNU-ASM.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-LLD-ASM.cmake 
/usr/share/cma
 ke-3.31/Modules/Platform/Linker/WindowsPhone-MSVC-C.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsCE-CXX.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-MSVC-CXX.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-ASM.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-CXX.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/Android-LLD-ASM.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/Android-LLD-CXX.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/Android-LLD-C.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsKernelModeDriver-MSVC-C.cmake
 /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-MSVC-ASM.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-MSVC-CXX.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-C.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-MSVC-ASM.cmake 
/usr/share/cmake-3.31/Modules/Platform/Linker/Android-C.cmake"
packages/core2-64-poky-linux/cmake: PKGV changed from 3.31.0 [default] to 
3.31.1 [default]
packages/core2-64-poky-linux/cmake: SRC_URI changed from 
"https://cmake.org/files/v3.31/cmake-3.31.0.tar.gz 
file://0001-CMakeDetermineCompilerABI-Strip-pipe-from-compile-fl.patch" to 
"https://cmake.org/files/v3.31/cmake-3.31.1.tar.gz 
file://0001-CMakeDetermineCompilerABI-Strip-pipe-from-compile-fl.patch"
packages/core2-64-poky-linux/cmake: PV changed from "3.31.0" to "3.31.1"
Changes to packages/core2-64-poky-linux/cmake (sysroot):
  /usr/share/cmake-3.31/Modules/Platform/Linker/Android-ASM.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/Android-C.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/Android-CXX.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/Android-GNU-ASM.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/Android-GNU-C.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/Android-GNU-CXX.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/Android-LLD-ASM.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/Android-LLD-C.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/Android-LLD-CXX.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsCE-C.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsCE-CXX.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsCE-MSVC-C.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsCE-MSVC-CXX.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsKernelModeDriver-C.cmake 
was added
  
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsKernelModeDriver-CXX.cmake 
was added
  
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsKernelModeDriver-MSVC-C.cmake
 was added
  
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsKernelModeDriver-MSVC-CXX.cmake
 was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-ASM.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-C.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-CXX.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-GNU-ASM.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-GNU-C.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-GNU-CXX.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-LLD-ASM.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-LLD-C.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-LLD-CXX.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-MSVC-ASM.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-MSVC-C.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-MSVC-CXX.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-ASM.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-C.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-CXX.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-GNU-ASM.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-GNU-C.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-GNU-CXX.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-LLD-ASM.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-LLD-C.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-LLD-CXX.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-MSVC-ASM.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-MSVC-C.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-MSVC-CXX.cmake was 
added
packages/core2-64-poky-linux/gcc-runtime/gcc-runtime-src: PKGSIZE changed from 
9424302 to 9622467 (+2%)
Changes to packages/x86_64-linux/cmake-native (sysroot):
  /usr/share/cmake-3.31/Modules/Platform/Linker/Android-ASM.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/Android-C.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/Android-CXX.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/Android-GNU-ASM.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/Android-GNU-C.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/Android-GNU-CXX.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/Android-LLD-ASM.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/Android-LLD-C.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/Android-LLD-CXX.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsCE-C.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsCE-CXX.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsCE-MSVC-C.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsCE-MSVC-CXX.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsKernelModeDriver-C.cmake 
was added
  
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsKernelModeDriver-CXX.cmake 
was added
  
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsKernelModeDriver-MSVC-C.cmake
 was added
  
/usr/share/cmake-3.31/Modules/Platform/Linker/WindowsKernelModeDriver-MSVC-CXX.cmake
 was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-ASM.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-C.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-CXX.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-GNU-ASM.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-GNU-C.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-GNU-CXX.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-LLD-ASM.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-LLD-C.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-LLD-CXX.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-MSVC-ASM.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-MSVC-C.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsPhone-MSVC-CXX.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-ASM.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-C.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-CXX.cmake was added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-GNU-ASM.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-GNU-C.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-GNU-CXX.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-LLD-ASM.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-LLD-C.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-LLD-CXX.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-MSVC-ASM.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-MSVC-C.cmake was 
added
  /usr/share/cmake-3.31/Modules/Platform/Linker/WindowsStore-MSVC-CXX.cmake was 
added
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#208051): 
https://lists.openembedded.org/g/openembedded-core/message/208051
Mute This Topic: https://lists.openembedded.org/mt/109859518/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to