diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-07-08 17:19:59 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-10 09:42:04 +0100 |
commit | 7f7fb8be07f97224df1b287f4d21fb78551a4da3 (patch) | |
tree | 5853224f1833d601f4123eb291a514731f51eebc | |
parent | c6d14c630451bdb276bf12f29b4b8869fbbcb63b (diff) | |
download | poky-7f7fb8be07f97224df1b287f4d21fb78551a4da3.tar.gz |
cmake: Update to 2.8.11.2
(From OE-Core rev: 3a709c2d189a0fccf04ee0fabd21975d6886e734)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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.2.bb | 5 | ||||
-rw-r--r-- | meta/recipes-devtools/cmake/cmake_2.8.11.2.bb (renamed from meta/recipes-devtools/cmake/cmake_2.8.11.1.bb) | 3 |
3 files changed, 8 insertions, 5 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 deleted file mode 100644 index 0a84d5b468..0000000000 --- a/meta/recipes-devtools/cmake/cmake-native_2.8.11.1.bb +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
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.2.bb b/meta/recipes-devtools/cmake/cmake-native_2.8.11.2.bb new file mode 100644 index 0000000000..ab31049fac --- /dev/null +++ b/meta/recipes-devtools/cmake/cmake-native_2.8.11.2.bb | |||
@@ -0,0 +1,5 @@ | |||
1 | require cmake.inc | ||
2 | inherit native | ||
3 | |||
4 | SRC_URI[md5sum] = "6f5d7b8e7534a5d9e1a7664ba63cf882" | ||
5 | SRC_URI[sha256sum] = "b32acb483afdd14339941c6e4ec25f633d916a7a472653a0b00838771a6c0562" | ||
diff --git a/meta/recipes-devtools/cmake/cmake_2.8.11.1.bb b/meta/recipes-devtools/cmake/cmake_2.8.11.2.bb index 968ac627ab..91e5411218 100644 --- a/meta/recipes-devtools/cmake/cmake_2.8.11.1.bb +++ b/meta/recipes-devtools/cmake/cmake_2.8.11.2.bb | |||
@@ -9,6 +9,9 @@ SRC_URI += "file://dont-run-cross-binaries.patch" | |||
9 | SRC_URI[md5sum] = "df5324a3b203373a9e0a04b924281a43" | 9 | SRC_URI[md5sum] = "df5324a3b203373a9e0a04b924281a43" |
10 | SRC_URI[sha256sum] = "b7dbb86824051319b8e082d2f892ebe6d5914b4dac9b9ef1aeac5e7ed054b0bf" | 10 | SRC_URI[sha256sum] = "b7dbb86824051319b8e082d2f892ebe6d5914b4dac9b9ef1aeac5e7ed054b0bf" |
11 | 11 | ||
12 | SRC_URI[md5sum] = "6f5d7b8e7534a5d9e1a7664ba63cf882" | ||
13 | SRC_URI[sha256sum] = "b32acb483afdd14339941c6e4ec25f633d916a7a472653a0b00838771a6c0562" | ||
14 | |||
12 | # Strip ${prefix} from ${docdir}, set result into docdir_stripped | 15 | # Strip ${prefix} from ${docdir}, set result into docdir_stripped |
13 | python () { | 16 | python () { |
14 | prefix=d.getVar("prefix", True) | 17 | prefix=d.getVar("prefix", True) |