diff options
-rw-r--r-- | meta/recipes-devtools/cmake/cmake-native_2.8.10.2.bb (renamed from meta/recipes-devtools/cmake/cmake-native_2.8.10.1.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/cmake/cmake.inc | 3 | ||||
-rw-r--r-- | meta/recipes-devtools/cmake/cmake_2.8.10.2.bb (renamed from meta/recipes-devtools/cmake/cmake_2.8.10.1.bb) | 3 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/cmake/cmake-native_2.8.10.1.bb b/meta/recipes-devtools/cmake/cmake-native_2.8.10.2.bb index ca818102bf..ca818102bf 100644 --- a/meta/recipes-devtools/cmake/cmake-native_2.8.10.1.bb +++ b/meta/recipes-devtools/cmake/cmake-native_2.8.10.2.bb | |||
diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc index 97059aa59e..6dc319cb6c 100644 --- a/meta/recipes-devtools/cmake/cmake.inc +++ b/meta/recipes-devtools/cmake/cmake.inc | |||
@@ -16,9 +16,6 @@ CMAKE_MAJOR_VERSION = "${@'.'.join(d.getVar('PV',1).split('.')[0:2])}" | |||
16 | SRC_URI = "http://www.cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \ | 16 | SRC_URI = "http://www.cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \ |
17 | file://support-oe-qt4-tools-names.patch" | 17 | file://support-oe-qt4-tools-names.patch" |
18 | 18 | ||
19 | SRC_URI[md5sum] = "aabf16d8e957f99921a0095885381373" | ||
20 | SRC_URI[sha256sum] = "dbfb9d609e8fdb6f0947993246c11e2ee5d47944d6e7bd9314463b31e420e6e0" | ||
21 | |||
22 | inherit autotools | 19 | inherit autotools |
23 | 20 | ||
24 | do_configure () { | 21 | do_configure () { |
diff --git a/meta/recipes-devtools/cmake/cmake_2.8.10.1.bb b/meta/recipes-devtools/cmake/cmake_2.8.10.2.bb index 9e1b802053..ce398ddc1b 100644 --- a/meta/recipes-devtools/cmake/cmake_2.8.10.1.bb +++ b/meta/recipes-devtools/cmake/cmake_2.8.10.2.bb | |||
@@ -8,6 +8,9 @@ PR = "${INC_PR}.0" | |||
8 | 8 | ||
9 | SRC_URI += "file://dont-run-cross-binaries.patch" | 9 | SRC_URI += "file://dont-run-cross-binaries.patch" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "097278785da7182ec0aea8769d06860c" | ||
12 | SRC_URI[sha256sum] = "ce524fb39da06ee6d47534bbcec6e0b50422e18b62abc4781a4ba72ea2910eb1" | ||
13 | |||
11 | # Strip ${prefix} from ${docdir}, set result into docdir_stripped | 14 | # Strip ${prefix} from ${docdir}, set result into docdir_stripped |
12 | python () { | 15 | python () { |
13 | prefix=d.getVar("prefix", True) | 16 | prefix=d.getVar("prefix", True) |