Switch to creating a -theme package instead of including themes in the main package
authorJustin Patrin <papercrane@gmail.com>
Thu, 11 Aug 2005 20:51:23 +0000 (20:51 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 11 Aug 2005 20:51:23 +0000 (20:51 +0000)
classes/efl.bbclass

index 119f527..2fe8a6a 100644 (file)
@@ -44,8 +44,9 @@ do_stage_append () {
        done
 }
 
-PACKAGES = "${SRCNAME}-dev ${SRCNAME}-examples ${SRCNAME}"
-FILES_${SRCNAME} = "${libdir} ${datadir}/${SRCNAME}/themes"
+PACKAGES = "${SRCNAME}-dev ${SRCNAME}-examples ${SRCNAME} ${SRCNAME}-theme"
+FILES_${SRCNAME} = "${libdir}"
+FILES_${SRCNAME}-theme = "${datadir}/${SRCNAME}/themes"
 FILES_${SRCNAME}-dev += "${bindir}/${SRCNAME}-config ${libdir}/pkgconfig"
 FILES_${SRCNAME}-examples = "${bindir} ${datadir}"