diff options
| author | Jonathan Liu <net147@gmail.com> | 2014-03-03 21:59:53 +1100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-03-05 19:03:42 +0100 |
| commit | ea5d8e0c1b04719e1606d823292d0beb1bae7cc2 (patch) | |
| tree | 2caa8b106e96250da328c7181dd04287dff59f3d /recipes-devtools/cmake/cmake-native_2.8.12.1.bbappend | |
| parent | c63c48b3ca8d7fd824b471fbac5e96bc1600e380 (diff) | |
| download | meta-qt5-ea5d8e0c1b04719e1606d823292d0beb1bae7cc2.tar.gz | |
cmake: rename .bbappend to match new version from OE-core
Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-devtools/cmake/cmake-native_2.8.12.1.bbappend')
| -rw-r--r-- | recipes-devtools/cmake/cmake-native_2.8.12.1.bbappend | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/recipes-devtools/cmake/cmake-native_2.8.12.1.bbappend b/recipes-devtools/cmake/cmake-native_2.8.12.1.bbappend deleted file mode 100644 index ebacf720..00000000 --- a/recipes-devtools/cmake/cmake-native_2.8.12.1.bbappend +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 1 | # Ugly hack to work around undefined OE_QMAKE_PATH_EXTERNAL_HOST_BINS variable | ||
| 2 | # and possibly missing qmake binary (qtbase-native can be removed from sysroot | ||
| 3 | # e.g. in order to upgrade it, even when there is target qtbase) | ||
| 4 | |||
| 5 | #| -- Performing Test run_pic_test - Success | ||
| 6 | #| CMake Error at tmp-eglibc/sysroots/qemuarm/usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake:27 (message): | ||
| 7 | #| The imported target "Qt5::Core" references the file | ||
| 8 | #| | ||
| 9 | #| "/qmake" | ||
| 10 | #| | ||
| 11 | #| but this file does not exist. Possible reasons include: | ||
| 12 | |||
| 13 | do_configure_prepend() { | ||
| 14 | sed -i 's/^find_package(Qt5Core QUIET)$/#find_package(Qt5Core QUIET)/g' ${S}/Tests/RunCMake/CMakeLists.txt | ||
| 15 | sed -i 's/^find_package(Qt5Core REQUIRED)/#find_package(Qt5Core REQUIRED)/g' ${S}/Tests/RunCMake/IncompatibleQt/IncompatibleQt.cmake | ||
| 16 | sed -i 's/^ find_package(Qt5Widgets REQUIRED)/# find_package(Qt5Widgets REQUIRED)/g' ${S}/Tests/QtAutomoc/CMakeLists.txt | ||
| 17 | sed -i 's/^find_package(Qt5Core REQUIRED)/#find_package(Qt5Core REQUIRED)/g' ${S}/Tests/Qt4And5Automoc/CMakeLists.txt | ||
| 18 | sed -i 's/^ find_package(Qt5Widgets QUIET NO_MODULE)/# find_package(Qt5Widgets QUIET NO_MODULE)/g' ${S}/Tests/CMakeLists.txt | ||
| 19 | sed -i 's/^find_package(Qt5Widgets QUIET)/#find_package(Qt5Widgets QUIET)/g' ${S}/Source/QtDialog/CMakeLists.txt | ||
| 20 | } | ||
