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>
This commit is contained in:
Eric BENARD 2013-05-27 23:43:49 +00:00 committed by Martin Jansa
parent 7698fc1494
commit 440e7829dc
2 changed files with 0 additions and 3 deletions

View File

@ -69,7 +69,6 @@ EXTRA_OECONF = " \
-silent \
-nomake examples \
-nomake tests \
-nomake demos \
-no-rpath \
-platform linux-oe-g++ \
"

View File

@ -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"