summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/cmake/cmake-native_2.8.5.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2011-07-08 13:41:50 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-08 17:20:58 +0100
commitfb24f9b37ca2cd5ab53330cdbe6630f5c36e3744 (patch)
tree848118afdd9120d9b7c24dc8d9ffd2b231bf2641 /meta/recipes-devtools/cmake/cmake-native_2.8.5.bb
parent4832e84106038ef2923521e4ddd7bfd53b0a735a (diff)
downloadpoky-fb24f9b37ca2cd5ab53330cdbe6630f5c36e3744.tar.gz
cmake: update to 2.8.5-rc3
(From OE-Core rev: 2b229f4150b8375f0d35e11464dcbe307b720d81) 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.bb12
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 @@
1require cmake.inc
2inherit native
3
4# This was need to keep version consistent - will be removed once 2.8.5 is released
5SRC_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"
7S = "${WORKDIR}/cmake-2.8.5-rc3"
8
9PR = "${INC_PR}.0"
10
11SRC_URI[md5sum] = "2d8018f8fa4c499e2c5b288d71660cba"
12SRC_URI[sha256sum] = "2987befc451f6404ea93bb99f00a38b80724fb655f121fed3bb0a08b65a771c8"