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:48:57 +0000 |
commit | 2a6e061712cfe9cb4738806a0c351a64e0d30144 (patch) | |
tree | 738c3e1497a95422a07467ba840cb7ddf750692f /meta/recipes-devtools | |
parent | dd70be95ac0aa00b45352bf13e7eab924a27eb34 (diff) | |
download | openembedded-core-2a6e061712cfe9cb4738806a0c351a64e0d30144.tar.gz openembedded-core-2a6e061712cfe9cb4738806a0c351a64e0d30144.tar.bz2 openembedded-core-2a6e061712cfe9cb4738806a0c351a64e0d30144.zip |
cmake: update to 3.4.2
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools')
-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 \ file://0001-Add-NIOS2-CPU-support.patch \ " -SRC_URI[md5sum] = "5febbd11bcaac854a27eebaf4a124be2" -SRC_URI[sha256sum] = "e75a178d6ebf182b048ebfe6e0657c49f0dc109779170bad7ffcb17463f2fc22" +SRC_URI[md5sum] = "04545d3cc3801fe84223b864c4f7a53c" +SRC_URI[sha256sum] = "da7cc34e1ce1d82e67a32ab081c02c2845534cd8bf2e09d88077a1b282e97392" UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar" 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 |