From: Justin Patrin Date: Thu, 11 Aug 2005 20:37:06 +0000 (+0000) Subject: themes dir should be included in the main package X-Git-Tag: Release-2010-05/1~9453^2~3927 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c4772d193f1a499f51cbfb6e25055b016a68eb9;p=openembedded.git themes dir should be included in the main package --- diff --git a/classes/efl.bbclass b/classes/efl.bbclass index b7bb87360d..119f527860 100644 --- a/classes/efl.bbclass +++ b/classes/efl.bbclass @@ -45,7 +45,7 @@ do_stage_append () { } PACKAGES = "${SRCNAME}-dev ${SRCNAME}-examples ${SRCNAME}" -FILES_${SRCNAME} = "${libdir}" +FILES_${SRCNAME} = "${libdir} ${datadir}/${SRCNAME}/themes" FILES_${SRCNAME}-dev += "${bindir}/${SRCNAME}-config ${libdir}/pkgconfig" FILES_${SRCNAME}-examples = "${bindir} ${datadir}"