diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-12-13 19:04:16 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-19 17:55:06 +0000 |
commit | 771d0877d6843c747878762319aa162ee3f863c7 (patch) | |
tree | a2867bbb8de5908d37ba462855b089121bb00bd9 /meta/recipes-devtools/cmake/cmake.inc | |
parent | 02491b4eded7be406a64d8e55bd23f11643283fc (diff) | |
download | poky-771d0877d6843c747878762319aa162ee3f863c7.tar.gz |
cmake: Update to 2.8.10.2
(From OE-Core rev: 4a407b927cca97c11f3211b384db920c17dd0c64)
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, 0 insertions, 3 deletions
diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc index 97059aa59e..6dc319cb6c 100644 --- a/meta/recipes-devtools/cmake/cmake.inc +++ b/meta/recipes-devtools/cmake/cmake.inc | |||
@@ -16,9 +16,6 @@ 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 | |||
22 | inherit autotools | 19 | inherit autotools |
23 | 20 | ||
24 | do_configure () { | 21 | do_configure () { |