summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/cmake/cmake_2.8.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/cmake/cmake_2.8.5.bb')
-rw-r--r--meta/recipes-devtools/cmake/cmake_2.8.5.bb11
1 files changed, 3 insertions, 8 deletions
diff --git a/meta/recipes-devtools/cmake/cmake_2.8.5.bb b/meta/recipes-devtools/cmake/cmake_2.8.5.bb
index 2a9a82c53a..64e7574677 100644
--- a/meta/recipes-devtools/cmake/cmake_2.8.5.bb
+++ b/meta/recipes-devtools/cmake/cmake_2.8.5.bb
@@ -4,17 +4,12 @@ inherit cmake
4 4
5DEPENDS += "curl expat zlib libarchive ncurses" 5DEPENDS += "curl expat zlib libarchive ncurses"
6 6
7PR = "${INC_PR}.0" 7PR = "${INC_PR}.1"
8
9# This was need to keep version consistent - will be removed once 2.8.5 is released
10SRC_URI = "http://www.cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-2.8.5-rc3.tar.gz \
11 file://support-oe-qt4-tools-names.patch"
12S = "${WORKDIR}/cmake-2.8.5-rc3"
13 8
14SRC_URI += "file://dont-run-cross-binaries.patch" 9SRC_URI += "file://dont-run-cross-binaries.patch"
15 10
16SRC_URI[md5sum] = "2d8018f8fa4c499e2c5b288d71660cba" 11SRC_URI[md5sum] = "3c5d32cec0f4c2dc45f4c2e84f4a20c5"
17SRC_URI[sha256sum] = "2987befc451f6404ea93bb99f00a38b80724fb655f121fed3bb0a08b65a771c8" 12SRC_URI[sha256sum] = "5e18bff75f01656c64f553412a8905527e1b85efaf3163c6fb81ea5aaced0b91"
18 13
19# Strip ${prefix} from ${docdir}, set result into docdir_stripped 14# Strip ${prefix} from ${docdir}, set result into docdir_stripped
20python () { 15python () {