From b46f9164284b0cd6196d9bece226f5cf7705de1e Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sun, 20 Jan 2008 10:28:10 +0000 Subject: 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. --- packages/qt4/qt_packaging.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit v1.2.3