diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-11-16 19:59:20 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-03 14:32:47 +0000 |
commit | 7a697d070910dbe3289c001f0ea6e4059fd15f96 (patch) | |
tree | fcd15b7f6846f06acf7940b9b4ceef7d29fd5e3c /meta/recipes-devtools/cmake/cmake.inc | |
parent | b19ac46bca9b137b33a527e88e02451739bdb690 (diff) | |
download | poky-7a697d070910dbe3289c001f0ea6e4059fd15f96.tar.gz |
cmake: Update to 2.8.10.1
(From OE-Core rev: b109a6e33fc7748de65d1ff76528b302e7f92dd8)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/cmake/cmake.inc')
-rw-r--r-- | meta/recipes-devtools/cmake/cmake.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc index 6dc319cb6c..97059aa59e 100644 --- a/meta/recipes-devtools/cmake/cmake.inc +++ b/meta/recipes-devtools/cmake/cmake.inc | |||
@@ -16,6 +16,9 @@ CMAKE_MAJOR_VERSION = "${@'.'.join(d.getVar('PV',1).split('.')[0:2])}" | |||
16 | SRC_URI = "http://www.cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \ | 16 | SRC_URI = "http://www.cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \ |
17 | file://support-oe-qt4-tools-names.patch" | 17 | file://support-oe-qt4-tools-names.patch" |
18 | 18 | ||
19 | SRC_URI[md5sum] = "aabf16d8e957f99921a0095885381373" | ||
20 | SRC_URI[sha256sum] = "dbfb9d609e8fdb6f0947993246c11e2ee5d47944d6e7bd9314463b31e420e6e0" | ||
21 | |||
19 | inherit autotools | 22 | inherit autotools |
20 | 23 | ||
21 | do_configure () { | 24 | do_configure () { |