diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2014-11-19 08:53:21 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-11-20 14:08:57 +0000 |
commit | cd9127664d77df995037bdcff53053835ef026ee (patch) | |
tree | fedd47ffaf40e782a4080812eafaee5c32f45855 /meta/recipes-devtools/cmake/cmake.inc | |
parent | 45206510ab48bfee6e183f698f963fea8f03e2a5 (diff) | |
download | openembedded-core-cd9127664d77df995037bdcff53053835ef026ee.tar.gz openembedded-core-cd9127664d77df995037bdcff53053835ef026ee.tar.bz2 openembedded-core-cd9127664d77df995037bdcff53053835ef026ee.zip |
cmake: drop already applied patches
These patches were part of the 2.8.11 release.
Signed-off-by: Paul Eggleton <paul.eggleton@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 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc index 8592a23046..fb451fde6f 100644 --- a/meta/recipes-devtools/cmake/cmake.inc +++ b/meta/recipes-devtools/cmake/cmake.inc @@ -13,8 +13,6 @@ CMAKE_MAJOR_VERSION = "${@'.'.join(d.getVar('PV',1).split('.')[0:2])}" SRC_URI = "http://www.cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \ file://support-oe-qt4-tools-names.patch \ - file://aarch64-cmake.patch \ - file://aarch64-kwsys.patch \ file://qt4-fail-silent.patch \ file://cmake-2.8.11.2-FindFreetype.patch \ " |