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 91c6c4d0..ed0f850a 100644
--- a/recipes-qt/qt5/nativesdk-qtbase_git.bb
+++ b/recipes-qt/qt5/nativesdk-qtbase_git.bb
@@ -75,7 +75,6 @@ QT_CONFIG_FLAGS += " \
75 -shared \ 75 -shared \
76 -silent \ 76 -silent \
77 -no-pch \ 77 -no-pch \
78 -no-rpath \
79 -pkg-config \ 78 -pkg-config \
80 ${PACKAGECONFIG_CONFARGS} \ 79 ${PACKAGECONFIG_CONFARGS} \
81" 80"
@@ -137,7 +136,6 @@ do_configure() {
137 -nomake examples \ 136 -nomake examples \
138 -nomake tests \ 137 -nomake tests \
139 -no-compile-examples \ 138 -no-compile-examples \
140 -no-rpath \
141 -platform ${OE_QMAKE_PLATFORM_NATIVE} \ 139 -platform ${OE_QMAKE_PLATFORM_NATIVE} \
142 -xplatform ${OE_QMAKE_PLATFORM} \ 140 -xplatform ${OE_QMAKE_PLATFORM} \
143 ${QT_CONFIG_FLAGS} 141 ${QT_CONFIG_FLAGS}