summaryrefslogtreecommitdiffstats
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
parent7698fc1494a1bdf04cee20f7206bf2879a718646 (diff)
downloadmeta-qt5-440e7829dccd48ef249a7314ebee00d4e3a584c5.tar.gz
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>
-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 = " \
69 -silent \ 69 -silent \
70 -nomake examples \ 70 -nomake examples \
71 -nomake tests \ 71 -nomake tests \
72 -nomake demos \
73 -no-rpath \ 72 -no-rpath \
74 -platform linux-oe-g++ \ 73 -platform linux-oe-g++ \
75" 74"
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"
53QT_SYSTEM_LIBS ?= "-system-libjpeg -system-libpng -system-zlib" 53QT_SYSTEM_LIBS ?= "-system-libjpeg -system-libpng -system-zlib"
54QT_TESTS ?= "-nomake tests" 54QT_TESTS ?= "-nomake tests"
55QT_EXAMPLES ?= "-nomake examples" 55QT_EXAMPLES ?= "-nomake examples"
56QT_DEMOS ?= "-nomake demos"
57QT_RELEASE ?= "-release" 56QT_RELEASE ?= "-release"
58 57
59QT_CONFIG_FLAGS += " \ 58QT_CONFIG_FLAGS += " \
@@ -75,7 +74,6 @@ QT_CONFIG_FLAGS += " \
75 ${QT_GLFLAGS} \ 74 ${QT_GLFLAGS} \
76 ${QT_TESTS} \ 75 ${QT_TESTS} \
77 ${QT_EXAMPLES} \ 76 ${QT_EXAMPLES} \
78 ${QT_DEMOS} \
79" 77"
80 78
81INC_PR = "r1" 79INC_PR = "r1"