aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/cmake
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-06-11 22:57:09 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-13 17:37:55 +0100
commit56f4e7101d2bbb0692607a54b3392f2703c11a32 (patch)
tree28cf464fefec71119ae5ecab2cd07e04a92d8fd9 /meta/recipes-devtools/cmake
parente83bc6b5f68b12c2a989001f2cdac02b46bb3c9b (diff)
downloadopenembedded-core-contrib-56f4e7101d2bbb0692607a54b3392f2703c11a32.tar.gz
cmake: Update to 2.8.11.1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/cmake')
-rw-r--r--meta/recipes-devtools/cmake/cmake-native_2.8.11.1.bb5
-rw-r--r--meta/recipes-devtools/cmake/cmake-native_2.8.11.bb5
-rw-r--r--meta/recipes-devtools/cmake/cmake_2.8.11.1.bb (renamed from meta/recipes-devtools/cmake/cmake_2.8.11.bb)4
3 files changed, 7 insertions, 7 deletions
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
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 () {