Alter ordering of PACKAGES to allow themes package to get its files (still not workin...
authorJustin Patrin <papercrane@gmail.com>
Wed, 17 Aug 2005 17:26:23 +0000 (17:26 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 17 Aug 2005 17:26:23 +0000 (17:26 +0000)
classes/efl.bbclass

index 7528813..ad77358 100644 (file)
@@ -68,7 +68,7 @@ do_stage_append () {
        fi
 }
 
-PACKAGES = "${SRCNAME}-dev ${SRCNAME}-examples ${SRCNAME}-themes ${SRCNAME}"
+PACKAGES = "${SRCNAME} ${SRCNAME}-themes ${SRCNAME}-dev ${SRCNAME}-examples"
 FILES_${SRCNAME} = "${libdir}"
 FILES_${SRCNAME}-theme = "${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 ${datadir}/${SRCNAME}/include"