diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2011-07-11 17:27:19 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-12 15:00:45 +0100 |
commit | ecb5359832ffa20668bcc39068c0574a72c473a5 (patch) | |
tree | b1cb380b1fb376de12181472ed3546c1b195c28c /meta/recipes-devtools/cmake/cmake-native_2.8.5.bb | |
parent | e8bb8986d0dc09ab8b3c6d5f3e5678aa661bc337 (diff) | |
download | poky-ecb5359832ffa20668bcc39068c0574a72c473a5.tar.gz |
cmake: update to 2.8.5 release
Acked-by: Tom Rini <tom_rini@mentor.com>
(From OE-Core rev: 334cd15994eeb47636434a6e802f50b24e5182f3)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 | 11 |
1 files changed, 3 insertions, 8 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 index c8da1cb2c7..3fe0c2e192 100644 --- a/meta/recipes-devtools/cmake/cmake-native_2.8.5.bb +++ b/meta/recipes-devtools/cmake/cmake-native_2.8.5.bb | |||
@@ -1,12 +1,7 @@ | |||
1 | require cmake.inc | 1 | require cmake.inc |
2 | inherit native | 2 | inherit native |
3 | 3 | ||
4 | # This was need to keep version consistent - will be removed once 2.8.5 is released | 4 | PR = "${INC_PR}.1" |
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 | 5 | ||
9 | PR = "${INC_PR}.0" | 6 | SRC_URI[md5sum] = "3c5d32cec0f4c2dc45f4c2e84f4a20c5" |
10 | 7 | SRC_URI[sha256sum] = "5e18bff75f01656c64f553412a8905527e1b85efaf3163c6fb81ea5aaced0b91" | |
11 | SRC_URI[md5sum] = "2d8018f8fa4c499e2c5b288d71660cba" | ||
12 | SRC_URI[sha256sum] = "2987befc451f6404ea93bb99f00a38b80724fb655f121fed3bb0a08b65a771c8" | ||