From: Philip Balister Date: Tue, 14 Feb 2017 14:40:07 +0000 (-0500) Subject: cmake: Update to 3.7.2. X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~22426 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66122e4f19e880f5e48130b318f98452b992cad4;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git cmake: Update to 3.7.2. Tested by building gnuradio stack. (From OE-Core rev: d3e5a6d38870ecede87812cb81c0b5630bd3b3ff) Signed-off-by: Philip Balister Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/cmake/cmake-native_3.7.1.bb b/meta/recipes-devtools/cmake/cmake-native_3.7.2.bb similarity index 100% rename from meta/recipes-devtools/cmake/cmake-native_3.7.1.bb rename to meta/recipes-devtools/cmake/cmake-native_3.7.2.bb diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc index 18e547de0cc..131ff70e584 100644 --- a/meta/recipes-devtools/cmake/cmake.inc +++ b/meta/recipes-devtools/cmake/cmake.inc @@ -17,8 +17,8 @@ SRC_URI = "https://cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \ file://avoid-gcc-warnings-with-Wstrict-prototypes.patch \ " -SRC_URI[md5sum] = "d031d5a06e9f1c5367cdfc56fbd2a1c8" -SRC_URI[sha256sum] = "449a5bce64dbd4d5b9517ebd1a1248ed197add6ad27934478976fd5f1f9330e1" +SRC_URI[md5sum] = "79bd7e65cd81ea3aa2619484ad6ff25a" +SRC_URI[sha256sum] = "dc1246c4e6d168ea4d6e042cfba577c1acd65feea27e56f5ff37df920c30cae0" UPSTREAM_CHECK_REGEX = "cmake-(?P\d+(\.\d+)+)\.tar" diff --git a/meta/recipes-devtools/cmake/cmake_3.7.1.bb b/meta/recipes-devtools/cmake/cmake_3.7.2.bb similarity index 100% rename from meta/recipes-devtools/cmake/cmake_3.7.1.bb rename to meta/recipes-devtools/cmake/cmake_3.7.2.bb