efl.bbclass: use += for PACKAGES to allow setting of PACKAGES before inheriting
authorJustin Patrin <papercrane@gmail.com>
Thu, 9 Feb 2006 23:15:31 +0000 (23:15 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 9 Feb 2006 23:15:31 +0000 (23:15 +0000)
classes/efl.bbclass

index b438ca6..7f218f2 100644 (file)
@@ -73,7 +73,7 @@ do_stage_append () {
        fi
 }
 
-PACKAGES = "${SRCNAME} ${SRCNAME}-themes ${SRCNAME}-dev ${SRCNAME}-examples"
+PACKAGES += "${SRCNAME} ${SRCNAME}-themes ${SRCNAME}-dev ${SRCNAME}-examples"
 FILES_${SRCNAME} = "${libdir}/lib*.so*"
 FILES_${SRCNAME}-themes = "${datadir}/${SRCNAME}/themes ${datadir}/${SRCNAME}/data ${datadir}/${SRCNAME}/fonts ${datadir}/${SRCNAME}/pointers ${datadir}/${SRCNAME}/images ${datadir}/${SRCNAME}/users ${datadir}/${SRCNAME}/images ${datadir}/${SRCNAME}/styles"
 FILES_${SRCNAME}-dev += "${bindir}/${SRCNAME}-config ${libdir}/pkgconfig ${libdir}/lib*.?a ${datadir}/${SRCNAME}/include"