diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-10-18 16:46:56 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-28 16:15:18 +0100 |
commit | 2ac96069dbc47a50d72209cc426953f814e64b31 (patch) | |
tree | a4b8acf05b55ccb3b4dc34779cc40a1f6c009a2b /meta/recipes-devtools/cmake/cmake.inc | |
parent | 49d2d47586e0efcbfbb3c0f13e67297b822e14ab (diff) | |
download | poky-2ac96069dbc47a50d72209cc426953f814e64b31.tar.gz |
cmake: update to 3.6.2
(From OE-Core rev: 596f997acf3c86482fb1dd59b2cd0c0b9af58e84)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
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/cmake.inc')
-rw-r--r-- | meta/recipes-devtools/cmake/cmake.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc index 821bb81892..fee511fe4c 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] = "d6dd661380adacdb12f41b926ec99545" | 20 | SRC_URI[md5sum] = "139d7affdd4e8ab1edfc9f4322d69e43" |
21 | SRC_URI[sha256sum] = "28ee98ec40427d41a45673847db7a905b59ce9243bb866eaf59dce0f58aaef11" | 21 | SRC_URI[sha256sum] = "189ae32a6ac398bb2f523ae77f70d463a6549926cde1544cd9cc7c6609f8b346" |
22 | 22 | ||
23 | UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar" | 23 | UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar" |
24 | 24 | ||