summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-qt/qt5/nativesdk-qtbase_git.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-qt/qt5/nativesdk-qtbase_git.bb b/recipes-qt/qt5/nativesdk-qtbase_git.bb
index 987d156f..f4d60bc7 100644
--- a/recipes-qt/qt5/nativesdk-qtbase_git.bb
+++ b/recipes-qt/qt5/nativesdk-qtbase_git.bb
@@ -81,7 +81,6 @@ QT_CONFIG_FLAGS += " \
81 -shared \ 81 -shared \
82 -silent \ 82 -silent \
83 -no-pch \ 83 -no-pch \
84 -no-rpath \
85 -pkg-config \ 84 -pkg-config \
86 ${PACKAGECONFIG_CONFARGS} \ 85 ${PACKAGECONFIG_CONFARGS} \
87" 86"
@@ -143,7 +142,6 @@ do_configure() {
143 -nomake examples \ 142 -nomake examples \
144 -nomake tests \ 143 -nomake tests \
145 -no-compile-examples \ 144 -no-compile-examples \
146 -no-rpath \
147 -platform ${OE_QMAKE_PLATFORM_NATIVE} \ 145 -platform ${OE_QMAKE_PLATFORM_NATIVE} \
148 -xplatform ${OE_QMAKE_PLATFORM} \ 146 -xplatform ${OE_QMAKE_PLATFORM} \
149 ${QT_CONFIG_FLAGS} 147 ${QT_CONFIG_FLAGS}