diff options
Diffstat (limited to 'meta/recipes-devtools/cmake/cmake-native_2.8.5.bb')
-rw-r--r-- | meta/recipes-devtools/cmake/cmake-native_2.8.5.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-devtools/cmake/cmake-native_2.8.5.bb b/meta/recipes-devtools/cmake/cmake-native_2.8.5.bb new file mode 100644 index 0000000000..c8da1cb2c7 --- /dev/null +++ b/meta/recipes-devtools/cmake/cmake-native_2.8.5.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | require cmake.inc | ||
2 | inherit native | ||
3 | |||
4 | # This was need to keep version consistent - will be removed once 2.8.5 is released | ||
5 | SRC_URI = "http://www.cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-2.8.5-rc3.tar.gz \ | ||
6 | file://support-oe-qt4-tools-names.patch" | ||
7 | S = "${WORKDIR}/cmake-2.8.5-rc3" | ||
8 | |||
9 | PR = "${INC_PR}.0" | ||
10 | |||
11 | SRC_URI[md5sum] = "2d8018f8fa4c499e2c5b288d71660cba" | ||
12 | SRC_URI[sha256sum] = "2987befc451f6404ea93bb99f00a38b80724fb655f121fed3bb0a08b65a771c8" | ||