diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2015-11-06 00:56:18 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-11-16 11:39:39 +0000 |
commit | e8833a6bc0f420694e1afe1256118de804403167 (patch) | |
tree | 0d4602c22f8f45f051d3f0fd897c144d62a29b57 /meta/recipes-devtools | |
parent | 8b2b0680646adff32e1c82b01edb82d7d622bf08 (diff) | |
download | poky-e8833a6bc0f420694e1afe1256118de804403167.tar.gz |
cmake: update 3.3.1 -> 3.3.2
(From OE-Core rev: 06f7aeabc49ef3d64b705224821b473f35490ea7)
Signed-off-by: Andre McCurdy <armccurdy@gmail.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')
-rw-r--r-- | meta/recipes-devtools/cmake/cmake-native_3.3.2.bb (renamed from meta/recipes-devtools/cmake/cmake-native_3.3.1.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/cmake/cmake.inc | 6 | ||||
-rw-r--r-- | meta/recipes-devtools/cmake/cmake_3.3.2.bb (renamed from meta/recipes-devtools/cmake/cmake_3.3.1.bb) | 0 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/cmake/cmake-native_3.3.1.bb b/meta/recipes-devtools/cmake/cmake-native_3.3.2.bb index cb4e749d7a..cb4e749d7a 100644 --- a/meta/recipes-devtools/cmake/cmake-native_3.3.1.bb +++ b/meta/recipes-devtools/cmake/cmake-native_3.3.2.bb | |||
diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc index 57e93ac070..c912bcce32 100644 --- a/meta/recipes-devtools/cmake/cmake.inc +++ b/meta/recipes-devtools/cmake/cmake.inc | |||
@@ -11,13 +11,13 @@ LIC_FILES_CHKSUM = "file://Copyright.txt;md5=3ba5a6c34481652ce573e5c4e1d707e4 \ | |||
11 | 11 | ||
12 | CMAKE_MAJOR_VERSION = "${@'.'.join(d.getVar('PV',1).split('.')[0:2])}" | 12 | CMAKE_MAJOR_VERSION = "${@'.'.join(d.getVar('PV',1).split('.')[0:2])}" |
13 | 13 | ||
14 | SRC_URI = "http://www.cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \ | 14 | SRC_URI = "https://cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \ |
15 | file://support-oe-qt4-tools-names.patch \ | 15 | file://support-oe-qt4-tools-names.patch \ |
16 | file://qt4-fail-silent.patch \ | 16 | file://qt4-fail-silent.patch \ |
17 | " | 17 | " |
18 | 18 | ||
19 | SRC_URI[md5sum] = "52638576f4e1e621fed6c3410d3a1b12" | 19 | SRC_URI[md5sum] = "5febbd11bcaac854a27eebaf4a124be2" |
20 | SRC_URI[sha256sum] = "cd65022c6a0707f1c7112f99e9c981677fdd5518f7ddfa0f778d4cee7113e3d6" | 20 | SRC_URI[sha256sum] = "e75a178d6ebf182b048ebfe6e0657c49f0dc109779170bad7ffcb17463f2fc22" |
21 | 21 | ||
22 | inherit autotools | 22 | inherit autotools |
23 | 23 | ||
diff --git a/meta/recipes-devtools/cmake/cmake_3.3.1.bb b/meta/recipes-devtools/cmake/cmake_3.3.2.bb index 2f188f0712..2f188f0712 100644 --- a/meta/recipes-devtools/cmake/cmake_3.3.1.bb +++ b/meta/recipes-devtools/cmake/cmake_3.3.2.bb | |||