From: Justin Patrin Date: Thu, 11 Aug 2005 20:51:23 +0000 (+0000) Subject: Switch to creating a -theme package instead of including themes in the main package X-Git-Tag: Release-2010-05/1~9453^2~3920^2~3^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9a4e52ae8a4490d77270052077b935860b15ef2;p=openembedded.git Switch to creating a -theme package instead of including themes in the main package --- diff --git a/classes/efl.bbclass b/classes/efl.bbclass index 119f527860..2fe8a6ad8e 100644 --- a/classes/efl.bbclass +++ b/classes/efl.bbclass @@ -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}"