diff options
-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) |