From: Saul Wold Date: Wed, 12 Jun 2013 05:57:09 +0000 (-0700) Subject: cmake: Update to 2.8.11.1 X-Git-Tag: 2015-4~6209 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=56f4e7101d2bbb0692607a54b3392f2703c11a32;p=openembedded-core.git cmake: Update to 2.8.11.1 Signed-off-by: Saul Wold --- diff --git a/meta/recipes-devtools/cmake/cmake-native_2.8.11.1.bb b/meta/recipes-devtools/cmake/cmake-native_2.8.11.1.bb new file mode 100644 index 0000000000..0a84d5b468 --- /dev/null +++ b/meta/recipes-devtools/cmake/cmake-native_2.8.11.1.bb @@ -0,0 +1,5 @@ +require cmake.inc +inherit native + +SRC_URI[md5sum] = "df5324a3b203373a9e0a04b924281a43" +SRC_URI[sha256sum] = "b7dbb86824051319b8e082d2f892ebe6d5914b4dac9b9ef1aeac5e7ed054b0bf" diff --git a/meta/recipes-devtools/cmake/cmake-native_2.8.11.bb b/meta/recipes-devtools/cmake/cmake-native_2.8.11.bb deleted file mode 100644 index dfe103f4c0..0000000000 --- a/meta/recipes-devtools/cmake/cmake-native_2.8.11.bb +++ /dev/null @@ -1,5 +0,0 @@ -require cmake.inc -inherit native - -SRC_URI[md5sum] = "be6008f2299613d23fe82ab53ef7472e" -SRC_URI[sha256sum] = "20d0d3661797fa82c19e7a75c7315c640e001cb3238331ca170bb0fae27feee5" diff --git a/meta/recipes-devtools/cmake/cmake_2.8.11.bb b/meta/recipes-devtools/cmake/cmake_2.8.11.1.bb similarity index 88% rename from meta/recipes-devtools/cmake/cmake_2.8.11.bb rename to meta/recipes-devtools/cmake/cmake_2.8.11.1.bb index bc0715594c..968ac627ab 100644 --- a/meta/recipes-devtools/cmake/cmake_2.8.11.bb +++ b/meta/recipes-devtools/cmake/cmake_2.8.11.1.bb @@ -6,8 +6,8 @@ DEPENDS += "curl expat zlib libarchive ncurses" SRC_URI += "file://dont-run-cross-binaries.patch" -SRC_URI[md5sum] = "be6008f2299613d23fe82ab53ef7472e" -SRC_URI[sha256sum] = "20d0d3661797fa82c19e7a75c7315c640e001cb3238331ca170bb0fae27feee5" +SRC_URI[md5sum] = "df5324a3b203373a9e0a04b924281a43" +SRC_URI[sha256sum] = "b7dbb86824051319b8e082d2f892ebe6d5914b4dac9b9ef1aeac5e7ed054b0bf" # Strip ${prefix} from ${docdir}, set result into docdir_stripped python () {