File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
meta/recipes-devtools/cmake Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ LICENSE:append = " & BSD-1-Clause & MIT & BSD-2-Clause & curl & Apache-2.0"
1111LIC_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 \
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ HOMEPAGE = "http://www.cmake.org/"
1010BUGTRACKER = "http://public.kitware.com/Bug/my_view_page.php"
1111SECTION = "console/utils"
1212LICENSE = "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])}"
1919SRC_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
2424UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar"
2525
2626CVE_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.
You can’t perform that action at this time.
0 commit comments