Re: [OE-core] [PATCH] cmake: Upgrade to 3.26.3

2023-05-04 Thread Otavio Salvador
Em qua., 3 de mai. de 2023 às 23:51, Khem Raj  escreveu:

> License-Update: Copyright year changed from 2022 -> 2023
>
> - Copyright 2000-2022 Kitware, Inc. and Contributors
> + Copyright 2000-2023 Kitware, Inc. and Contributors
>
> Call bootstrap directly without wrapping it with configure
> since all it does it find the sourcedir
>
> Signed-off-by: Khem Raj 
>

Acked-by: Otavio Salvador 

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854  Mobile: +1 (347) 903-9750

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#180863): 
https://lists.openembedded.org/g/openembedded-core/message/180863
Mute This Topic: https://lists.openembedded.org/mt/98676913/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [PATCH] cmake: Upgrade to 3.26.3

2023-05-03 Thread Khem Raj
License-Update: Copyright year changed from 2022 -> 2023

- Copyright 2000-2022 Kitware, Inc. and Contributors
+ Copyright 2000-2023 Kitware, Inc. and Contributors

Call bootstrap directly without wrapping it with configure
since all it does it find the sourcedir

Signed-off-by: Khem Raj 
---
 .../cmake/{cmake-native_3.25.2.bb => cmake-native_3.26.3.bb}  | 2 +-
 meta/recipes-devtools/cmake/cmake.inc | 4 ++--
 .../cmake/{cmake_3.25.2.bb => cmake_3.26.3.bb}| 0
 3 files changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-devtools/cmake/{cmake-native_3.25.2.bb => 
cmake-native_3.26.3.bb} (98%)
 rename meta/recipes-devtools/cmake/{cmake_3.25.2.bb => cmake_3.26.3.bb} (100%)

diff --git a/meta/recipes-devtools/cmake/cmake-native_3.25.2.bb 
b/meta/recipes-devtools/cmake/cmake-native_3.26.3.bb
similarity index 98%
rename from meta/recipes-devtools/cmake/cmake-native_3.25.2.bb
rename to meta/recipes-devtools/cmake/cmake-native_3.26.3.bb
index c150aef5ef..2177aa81a4 100644
--- a/meta/recipes-devtools/cmake/cmake-native_3.25.2.bb
+++ b/meta/recipes-devtools/cmake/cmake-native_3.26.3.bb
@@ -38,7 +38,7 @@ CMAKE_EXTRACONF = "\
 "
 
 do_configure () {
-   ${S}/configure --verbose --prefix=${prefix} \
+   ${S}/bootstrap --verbose --prefix=${prefix} \
${@oe.utils.parallel_make_argument(d, '--parallel=%d')} \
${@bb.utils.contains('CCACHE', 'ccache ', '--enable-ccache', 
'', d)} \
-- ${CMAKE_EXTRACONF}
diff --git a/meta/recipes-devtools/cmake/cmake.inc 
b/meta/recipes-devtools/cmake/cmake.inc
index b7e674c4c4..2b6554690b 100644
--- a/meta/recipes-devtools/cmake/cmake.inc
+++ b/meta/recipes-devtools/cmake/cmake.inc
@@ -10,7 +10,7 @@ HOMEPAGE = "http://www.cmake.org/;
 BUGTRACKER = "http://public.kitware.com/Bug/my_view_page.php;
 SECTION = "console/utils"
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://Copyright.txt;md5=09069e0fffe4e5eaf6dde04c3b1932e5 \
+LIC_FILES_CHKSUM = "file://Copyright.txt;md5=9d3d12c5f3b4c1f83650adcc65b59c06 \
 
file://Source/cmake.h;beginline=1;endline=2;md5=a5f70e1fef8614734eae0d62b4f5891b
 \
 "
 
@@ -19,7 +19,7 @@ CMAKE_MAJOR_VERSION = 
"${@'.'.join(d.getVar('PV').split('.')[0:2])}"
 SRC_URI = "https://cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \
 "
 
-SRC_URI[sha256sum] = 
"c026f22cb931dd532f648f087d587f07a1843c6e66a3dfca4fb0ea21944ed33c"
+SRC_URI[sha256sum] = 
"bbd8d39217509d163cb544a40d6428ac666ddc83e22905d3e52c925781f0f659"
 
 UPSTREAM_CHECK_REGEX = "cmake-(?P\d+(\.\d+)+)\.tar"
 
diff --git a/meta/recipes-devtools/cmake/cmake_3.25.2.bb 
b/meta/recipes-devtools/cmake/cmake_3.26.3.bb
similarity index 100%
rename from meta/recipes-devtools/cmake/cmake_3.25.2.bb
rename to meta/recipes-devtools/cmake/cmake_3.26.3.bb
-- 
2.40.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#180844): 
https://lists.openembedded.org/g/openembedded-core/message/180844
Mute This Topic: https://lists.openembedded.org/mt/98676913/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-