aboutsummaryrefslogtreecommitdiffstats
path: root/packages/qt4/qt_packaging.inc
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2008-01-20 10:28:10 +0000
committerHolger Freyther <zecke@selfish.org>2008-01-20 10:28:10 +0000
commitb46f9164284b0cd6196d9bece226f5cf7705de1e (patch)
treefa095614fac415a07710d47f6b433f74ea236f36 /packages/qt4/qt_packaging.inc
parentac72466510af33cf5fc9b47b414b349bf2bbd068 (diff)
downloadopenembedded-b46f9164284b0cd6196d9bece226f5cf7705de1e.tar.gz
packages/qt4/qt_packaging.inc: Better safe than sorry and use += for the NONDEV_PACKAGES as well
In the future some .bb file could add a package to the NONDEV_PACKAGES list and the update would have been lost with this update.
Diffstat (limited to 'packages/qt4/qt_packaging.inc')
-rw-r--r--packages/qt4/qt_packaging.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/qt4/qt_packaging.inc b/packages/qt4/qt_packaging.inc
index e610245c05..63d314c6c5 100644
--- a/packages/qt4/qt_packaging.inc
+++ b/packages/qt4/qt_packaging.inc
@@ -1,4 +1,4 @@
-NONDEV_PACKAGES = "${QT_BASE_LIB}core4 ${QT_BASE_LIB}gui4 ${QT_BASE_LIB}network4 \
+NONDEV_PACKAGES += "${QT_BASE_LIB}core4 ${QT_BASE_LIB}gui4 ${QT_BASE_LIB}network4 \
${QT_BASE_LIB}sql4 ${QT_BASE_LIB}svg4 ${QT_BASE_LIB}test4 ${QT_BASE_LIB}xml4 \
${QT_BASE_LIB}designer4 ${QT_BASE_LIB}designercomponents4 \
${QT_BASE_LIB}3support4 ${QT_BASE_LIB}assistantclient4 ${QT_BASE_LIB}script4 \