diff options
author | Philip Balister <philip@balister.org> | 2017-02-14 09:40:07 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-23 12:49:50 -0800 |
commit | b8cb30b13f177714bbdd4e6eaa61a5db9464502e (patch) | |
tree | a33353ee042672eb29204e4088d8f07d3cce2694 /meta/recipes-devtools/cmake | |
parent | 60bfaaa46080795bfd7250a8b8047311570be8ac (diff) | |
download | poky-b8cb30b13f177714bbdd4e6eaa61a5db9464502e.tar.gz |
cmake: Update to 3.7.2.
Tested by building gnuradio stack.
(From OE-Core rev: d3e5a6d38870ecede87812cb81c0b5630bd3b3ff)
(From OE-Core rev: 66122e4f19e880f5e48130b318f98452b992cad4)
Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/cmake')
-rw-r--r-- | meta/recipes-devtools/cmake/cmake-native_3.7.2.bb (renamed from meta/recipes-devtools/cmake/cmake-native_3.7.1.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/cmake/cmake.inc | 4 | ||||
-rw-r--r-- | meta/recipes-devtools/cmake/cmake_3.7.2.bb (renamed from meta/recipes-devtools/cmake/cmake_3.7.1.bb) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/cmake/cmake-native_3.7.1.bb b/meta/recipes-devtools/cmake/cmake-native_3.7.2.bb index 7ad4345efe..7ad4345efe 100644 --- a/meta/recipes-devtools/cmake/cmake-native_3.7.1.bb +++ b/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 18e547de0c..131ff70e58 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 \ | |||
17 | file://avoid-gcc-warnings-with-Wstrict-prototypes.patch \ | 17 | file://avoid-gcc-warnings-with-Wstrict-prototypes.patch \ |
18 | " | 18 | " |
19 | 19 | ||
20 | SRC_URI[md5sum] = "d031d5a06e9f1c5367cdfc56fbd2a1c8" | 20 | SRC_URI[md5sum] = "79bd7e65cd81ea3aa2619484ad6ff25a" |
21 | SRC_URI[sha256sum] = "449a5bce64dbd4d5b9517ebd1a1248ed197add6ad27934478976fd5f1f9330e1" | 21 | SRC_URI[sha256sum] = "dc1246c4e6d168ea4d6e042cfba577c1acd65feea27e56f5ff37df920c30cae0" |
22 | 22 | ||
23 | UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar" | 23 | UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar" |
24 | 24 | ||
diff --git a/meta/recipes-devtools/cmake/cmake_3.7.1.bb b/meta/recipes-devtools/cmake/cmake_3.7.2.bb index 787f33c02b..787f33c02b 100644 --- a/meta/recipes-devtools/cmake/cmake_3.7.1.bb +++ b/meta/recipes-devtools/cmake/cmake_3.7.2.bb | |||