aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt
diff options
context:
space:
mode:
authorEric BENARD <eric@eukrea.com>2013-05-27 23:43:49 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-05-28 10:42:32 +0200
commit440e7829dccd48ef249a7314ebee00d4e3a584c5 (patch)
treed0b580c530a84f37d41f5472984f13f2882267f0 /recipes-qt
parent7698fc1494a1bdf04cee20f7206bf2879a718646 (diff)
qtbase: remove non existing parts
make/nomake demos doesn't exist in qt5. Signed-off-by: Eric BĂ©nard <eric@eukrea.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt')
-rw-r--r--recipes-qt/qt5/qtbase-native.inc1
-rw-r--r--recipes-qt/qt5/qtbase.inc2
2 files changed, 0 insertions, 3 deletions
diff --git a/recipes-qt/qt5/qtbase-native.inc b/recipes-qt/qt5/qtbase-native.inc
index c7428587..b50d4469 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 b0f04470..739a9361 100644
--- a/recipes-qt/qt5/qtbase.inc
+++ b/recipes-qt/qt5/qtbase.inc
@@ -53,7 +53,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 += " \
@@ -75,7 +74,6 @@ QT_CONFIG_FLAGS += " \
${QT_GLFLAGS} \
${QT_TESTS} \
${QT_EXAMPLES} \
- ${QT_DEMOS} \
"
INC_PR = "r1"