[oe] [meta-qt5][PATCH 4/8] qtbase: remove non existing parts

Eric Bénard eric at eukrea.com
Mon May 27 23:43:49 UTC 2013


make/nomake demos doesn't exist in qt5.

Signed-off-by: Eric Bénard <eric at eukrea.com>
---
 recipes-qt/qt5/qtbase-native.inc |    1 -
 recipes-qt/qt5/qtbase.inc        |    2 --
 2 files changed, 3 deletions(-)

diff --git a/recipes-qt/qt5/qtbase-native.inc b/recipes-qt/qt5/qtbase-native.inc
index c742858..b50d446 100644
--- a/recipes-qt/qt5/qtbase-native.inc
+++ b/recipes-qt/qt5/qtbase-native.inc
@@ -69,7 +69,6 @@ EXTRA_OECONF = " \
     -silent \
     -nomake examples \
     -nomake tests \
-    -nomake demos \
     -no-rpath \
     -platform linux-oe-g++ \
 "
diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc
index cabe0b7..81cc2e1 100644
--- a/recipes-qt/qt5/qtbase.inc
+++ b/recipes-qt/qt5/qtbase.inc
@@ -52,7 +52,6 @@ QT_STL ?= "-stl"
 QT_SYSTEM_LIBS ?= "-system-libjpeg -system-libpng -system-zlib"
 QT_TESTS ?= "-nomake tests"
 QT_EXAMPLES ?= "-nomake examples"
-QT_DEMOS ?= "-nomake demos"
 QT_RELEASE ?= "-release"
 
 QT_CONFIG_FLAGS += " \
@@ -73,7 +72,6 @@ QT_CONFIG_FLAGS += " \
     ${QT_GLFLAGS} \
     ${QT_TESTS} \
     ${QT_EXAMPLES} \
-    ${QT_DEMOS} \
 "
 
 INC_PR = "r1"
-- 
1.7.10.4




More information about the Openembedded-devel mailing list