From: Otavio Salvador Date: Sun, 20 Jan 2008 10:28:10 +0000 (+0000) Subject: packages/qt4/qt_packaging.inc: Better safe than sorry and use += for the NONDEV_PACKA... X-Git-Tag: Release-2010-05/1~7870 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b46f9164284b0cd6196d9bece226f5cf7705de1e;p=openembedded.git 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. --- 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 \