diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-06-11 22:57:09 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-13 17:38:09 +0100 |
commit | a7d2ab73db582036d1210503dd4bc49fe4737d14 (patch) | |
tree | 67e27ecc6ce658435e0eebb034c5185fe4753581 /meta | |
parent | 650f30c7098cc76053a9d040ba7f53b1f7a12e56 (diff) | |
download | poky-a7d2ab73db582036d1210503dd4bc49fe4737d14.tar.gz |
cmake: Update to 2.8.11.1
(From OE-Core rev: 56f4e7101d2bbb0692607a54b3392f2703c11a32)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/cmake/cmake-native_2.8.11.1.bb | 5 | ||||
-rw-r--r-- | meta/recipes-devtools/cmake/cmake-native_2.8.11.bb | 5 | ||||
-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 @@ | |||
1 | require cmake.inc | ||
2 | inherit native | ||
3 | |||
4 | SRC_URI[md5sum] = "df5324a3b203373a9e0a04b924281a43" | ||
5 | 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 @@ | |||
1 | require cmake.inc | ||
2 | inherit native | ||
3 | |||
4 | SRC_URI[md5sum] = "be6008f2299613d23fe82ab53ef7472e" | ||
5 | 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" | |||
6 | 6 | ||
7 | SRC_URI += "file://dont-run-cross-binaries.patch" | 7 | SRC_URI += "file://dont-run-cross-binaries.patch" |
8 | 8 | ||
9 | SRC_URI[md5sum] = "be6008f2299613d23fe82ab53ef7472e" | 9 | SRC_URI[md5sum] = "df5324a3b203373a9e0a04b924281a43" |
10 | SRC_URI[sha256sum] = "20d0d3661797fa82c19e7a75c7315c640e001cb3238331ca170bb0fae27feee5" | 10 | SRC_URI[sha256sum] = "b7dbb86824051319b8e082d2f892ebe6d5914b4dac9b9ef1aeac5e7ed054b0bf" |
11 | 11 | ||
12 | # Strip ${prefix} from ${docdir}, set result into docdir_stripped | 12 | # Strip ${prefix} from ${docdir}, set result into docdir_stripped |
13 | python () { | 13 | python () { |