diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2008-01-20 10:28:10 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2008-01-20 10:28:10 +0000 |
commit | b46f9164284b0cd6196d9bece226f5cf7705de1e (patch) | |
tree | fa095614fac415a07710d47f6b433f74ea236f36 /packages | |
parent | ac72466510af33cf5fc9b47b414b349bf2bbd068 (diff) |
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')
-rw-r--r-- | packages/qt4/qt_packaging.inc | 2 |
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 \ |