Skip to content

Commit 59cd78b

Browse files
moha-ghrpurdie
authored andcommitted
cmake: upgrade 4.2.3 -> 4.3.0
Release notes are available at [0]. License-Update: Year references updated in [1] and [2] [0]: https://cmake.org/cmake/help/v4.3/release/4.3.html [1]: https://gitlab.kitware.com/cmake/cmake/-/commit/b08cb30f2efda73796a076cef2b7b4c29e458c27 [2]: https://gitlab.kitware.com/cmake/cmake/-/commit/97ad58a86cf73d85f755939114eb6b32f085d0dd Signed-off-by: Moritz Haase <Moritz.Haase@bmw.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
1 parent 16e9b6f commit 59cd78b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

meta/recipes-devtools/cmake/cmake-native_4.2.3.bb renamed to meta/recipes-devtools/cmake/cmake-native_4.3.0.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ LICENSE:append = " & BSD-1-Clause & MIT & BSD-2-Clause & curl & Apache-2.0"
1111
LIC_FILES_CHKSUM:append = " \
1212
file://Utilities/cmjsoncpp/LICENSE;md5=5d73c165a0f9e86a1342f32d19ec5926 \
1313
file://Utilities/cmlibarchive/COPYING;md5=7ce08437ff7f5e24d72e666313ae4084 \
14-
file://Utilities/cmexpat/COPYING;md5=7b3b078238d0901d3b339289117cb7fb \
14+
file://Utilities/cmexpat/COPYING;md5=f4fedd6116da0e171f7cb4d2923d7ac2 \
1515
file://Utilities/cmlibrhash/COPYING;md5=a8c2a557a5c53b1c12cddbee98c099af \
1616
file://Utilities/cmlibuv/LICENSE;md5=ad93ca1fffe931537fcf64f6fcce084d \
1717
file://Utilities/cmcurl/COPYING;md5=72f4e9890e99e68d77b7e40703d789b8 \

meta/recipes-devtools/cmake/cmake.inc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ HOMEPAGE = "http://www.cmake.org/"
1010
BUGTRACKER = "http://public.kitware.com/Bug/my_view_page.php"
1111
SECTION = "console/utils"
1212
LICENSE = "BSD-3-Clause"
13-
LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=0cafc0f3b6b28f3d5ecb5d1a68c36471 \
13+
LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=69baa2b64b4976226122f87ecbad32c5 \
1414
file://Source/cmake.h;beginline=1;endline=2;md5=4ba59ac0e953e1a713eea8c55b1d531b \
1515
"
1616

@@ -19,10 +19,10 @@ CMAKE_MAJOR_VERSION = "${@'.'.join(d.getVar('PV').split('.')[0:2])}"
1919
SRC_URI = "https://cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \
2020
"
2121

22-
SRC_URI[sha256sum] = "7efaccde8c5a6b2968bad6ce0fe60e19b6e10701a12fce948c2bf79bac8a11e9"
22+
SRC_URI[sha256sum] = "f51b3c729f85d8dde46a92c071d2826ea6afb77d850f46894125de7cc51baa77"
2323

2424
UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar"
2525

2626
CVE_STATUS[CVE-2016-10642] = "cpe-incorrect: This is specific to the npm package that installs cmake, so isn't relevant to OpenEmbedded"
2727

28-
EXTRA_OECMAKE += "-DCMAKE_USE_SYSTEM_LIBRARIES=1"
28+
EXTRA_OECMAKE += "-DCMAKE_USE_SYSTEM_LIBRARIES=1"
File renamed without changes.

0 commit comments

Comments
 (0)