packages/qt4/qt_packaging.inc: Better safe than sorry and use += for the NONDEV_PACKA...
authorOtavio Salvador <otavio@ossystems.com.br>
Sun, 20 Jan 2008 10:28:10 +0000 (10:28 +0000)
committerHolger Freyther <zecke@selfish.org>
Sun, 20 Jan 2008 10:28:10 +0000 (10:28 +0000)
    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

index e610245..63d314c 100644 (file)
@@ -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 \