diff options
author | Eric BENARD <eric@eukrea.com> | 2013-05-27 23:43:49 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-28 10:42:32 +0200 |
commit | 440e7829dccd48ef249a7314ebee00d4e3a584c5 (patch) | |
tree | d0b580c530a84f37d41f5472984f13f2882267f0 | |
parent | 7698fc1494a1bdf04cee20f7206bf2879a718646 (diff) | |
download | meta-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.inc | 1 | ||||
-rw-r--r-- | recipes-qt/qt5/qtbase.inc | 2 |
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" | |||
53 | QT_SYSTEM_LIBS ?= "-system-libjpeg -system-libpng -system-zlib" | 53 | QT_SYSTEM_LIBS ?= "-system-libjpeg -system-libpng -system-zlib" |
54 | QT_TESTS ?= "-nomake tests" | 54 | QT_TESTS ?= "-nomake tests" |
55 | QT_EXAMPLES ?= "-nomake examples" | 55 | QT_EXAMPLES ?= "-nomake examples" |
56 | QT_DEMOS ?= "-nomake demos" | ||
57 | QT_RELEASE ?= "-release" | 56 | QT_RELEASE ?= "-release" |
58 | 57 | ||
59 | QT_CONFIG_FLAGS += " \ | 58 | QT_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 | ||
81 | INC_PR = "r1" | 79 | INC_PR = "r1" |