diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-01-22 15:37:32 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-26 22:49:40 +0000 |
commit | 3d2c0f5902cacf9d8544bf263b51ef0dd1a7218c (patch) | |
tree | 53219885a99b880095de0129c36a7eb8b86bae7d /meta/recipes-devtools/cmake | |
parent | 43648502fe3d6c0600013834edcfece4f4719709 (diff) | |
download | poky-3d2c0f5902cacf9d8544bf263b51ef0dd1a7218c.tar.gz |
cmake: update to 3.4.2
(From OE-Core rev: 2a6e061712cfe9cb4738806a0c351a64e0d30144)
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')
-rw-r--r-- | meta/recipes-devtools/cmake/cmake-native_3.4.2.bb (renamed from meta/recipes-devtools/cmake/cmake-native_3.3.2.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/cmake/cmake.inc | 4 | ||||
-rw-r--r-- | meta/recipes-devtools/cmake/cmake_3.4.2.bb (renamed from meta/recipes-devtools/cmake/cmake_3.3.2.bb) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/cmake/cmake-native_3.3.2.bb b/meta/recipes-devtools/cmake/cmake-native_3.4.2.bb index cb4e749d7a..cb4e749d7a 100644 --- a/meta/recipes-devtools/cmake/cmake-native_3.3.2.bb +++ b/meta/recipes-devtools/cmake/cmake-native_3.4.2.bb | |||
diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc index 41be256434..befac7cfee 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://0001-Add-NIOS2-CPU-support.patch \ | 17 | file://0001-Add-NIOS2-CPU-support.patch \ |
18 | " | 18 | " |
19 | 19 | ||
20 | SRC_URI[md5sum] = "5febbd11bcaac854a27eebaf4a124be2" | 20 | SRC_URI[md5sum] = "04545d3cc3801fe84223b864c4f7a53c" |
21 | SRC_URI[sha256sum] = "e75a178d6ebf182b048ebfe6e0657c49f0dc109779170bad7ffcb17463f2fc22" | 21 | SRC_URI[sha256sum] = "da7cc34e1ce1d82e67a32ab081c02c2845534cd8bf2e09d88077a1b282e97392" |
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.3.2.bb b/meta/recipes-devtools/cmake/cmake_3.4.2.bb index 2f188f0712..2f188f0712 100644 --- a/meta/recipes-devtools/cmake/cmake_3.3.2.bb +++ b/meta/recipes-devtools/cmake/cmake_3.4.2.bb | |||