[oe-commits] org.oe.dev packages/qt4/qt_packaging.inc: Better safe than sorry and use += for the NONDEV_PACKAGES as well

Otavio commit openembedded-commits at lists.openembedded.org
Sun Jan 20 11:04:56 UTC 2008


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.

Author: Otavio
Branch: org.openembedded.dev
Revision: 5c05d65c9dd90a63a937c3b8da02ae5f8af28a21
ViewMTN: http://monotone.openembedded.org/revision/info/5c05d65c9dd90a63a937c3b8da02ae5f8af28a21
Files:
1
packages/qt4/qt_packaging.inc
Diffs:

#
# mt diff -redfc25204689091f350fc15f02e7db9ab078dcdf -r5c05d65c9dd90a63a937c3b8da02ae5f8af28a21
#
# 
# 
# patch "packages/qt4/qt_packaging.inc"
#  from [49645ec215cac92b25eb2867013540ce7d7bd328]
#    to [b7908307df304cf7663fbeed5aa0765694bc334f]
# 
============================================================
--- packages/qt4/qt_packaging.inc	49645ec215cac92b25eb2867013540ce7d7bd328
+++ packages/qt4/qt_packaging.inc	b7908307df304cf7663fbeed5aa0765694bc334f
@@ -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 \






More information about the Openembedded-commits mailing list