]> code.ossystems Code Review - openembedded-core.git/commitdiff
cmake: Update to 2.8.10.2
authorSaul Wold <sgw@linux.intel.com>
Fri, 14 Dec 2012 03:04:16 +0000 (19:04 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 19 Dec 2012 17:50:04 +0000 (17:50 +0000)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-devtools/cmake/cmake-native_2.8.10.2.bb [moved from meta/recipes-devtools/cmake/cmake-native_2.8.10.1.bb with 100% similarity]
meta/recipes-devtools/cmake/cmake.inc
meta/recipes-devtools/cmake/cmake_2.8.10.2.bb [moved from meta/recipes-devtools/cmake/cmake_2.8.10.1.bb with 88% similarity]

index 97059aa59eac61fd64ee8ed8adbae7b5c7a149e5..6dc319cb6ca898f823ba871bea06a80864695063 100644 (file)
@@ -16,9 +16,6 @@ CMAKE_MAJOR_VERSION = "${@'.'.join(d.getVar('PV',1).split('.')[0:2])}"
 SRC_URI = "http://www.cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \
            file://support-oe-qt4-tools-names.patch"
 
-SRC_URI[md5sum] = "aabf16d8e957f99921a0095885381373"
-SRC_URI[sha256sum] = "dbfb9d609e8fdb6f0947993246c11e2ee5d47944d6e7bd9314463b31e420e6e0"
-
 inherit autotools
 
 do_configure () {
similarity index 88%
rename from meta/recipes-devtools/cmake/cmake_2.8.10.1.bb
rename to meta/recipes-devtools/cmake/cmake_2.8.10.2.bb
index 9e1b80205354b7aa6c69590d8aed9850edec523f..ce398ddc1b2f62b0373ec9c7959db3187c2bed0d 100644 (file)
@@ -8,6 +8,9 @@ PR = "${INC_PR}.0"
 
 SRC_URI += "file://dont-run-cross-binaries.patch"
 
+SRC_URI[md5sum] = "097278785da7182ec0aea8769d06860c"
+SRC_URI[sha256sum] = "ce524fb39da06ee6d47534bbcec6e0b50422e18b62abc4781a4ba72ea2910eb1"
+
 # Strip ${prefix} from ${docdir}, set result into docdir_stripped
 python () {
     prefix=d.getVar("prefix", True)