Change theme package to themes instead
authorJustin Patrin <papercrane@gmail.com>
Thu, 11 Aug 2005 22:55:21 +0000 (22:55 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 11 Aug 2005 22:55:21 +0000 (22:55 +0000)
classes/efl.bbclass

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