aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/cmake/cmake_2.8.11.2.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/cmake/cmake_2.8.11.2.bbappend')
-rw-r--r--recipes-devtools/cmake/cmake_2.8.11.2.bbappend7
1 files changed, 0 insertions, 7 deletions
diff --git a/recipes-devtools/cmake/cmake_2.8.11.2.bbappend b/recipes-devtools/cmake/cmake_2.8.11.2.bbappend
deleted file mode 100644
index 0ad2d2fb..00000000
--- a/recipes-devtools/cmake/cmake_2.8.11.2.bbappend
+++ /dev/null
@@ -1,7 +0,0 @@
-# Ugly hack to work around undefined OE_QMAKE_PATH_EXTERNAL_HOST_BINS variable
-# and possibly missing qmake binary (qtbase-native can be removed from sysroot
-# e.g. in order to upgrade it, even when there is target qtbase)
-
-do_configure_prepend() {
- sed -i 's/^find_package(Qt5Core QUIET)$/#find_package(Qt5Core QUIET)/g' ${S}/Tests/RunCMake/CMakeLists.txt
-}