summaryrefslogtreecommitdiffstats
path: root/meta-efl
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-07-26 08:52:34 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-07-26 09:57:09 +0200
commit3eb8da77f58396eb720c2cc8824ce54a769b3ff7 (patch)
tree6fb66ba2fd283b279e011034230d9401797a3041 /meta-efl
parentcc77ff2ddb5d0319e842ff5f8d682ca9043dade5 (diff)
downloadmeta-openembedded-3eb8da77f58396eb720c2cc8824ce54a769b3ff7.tar.gz
e(fl).bbclass: don't override PACKAGES, but add to it
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl')
-rw-r--r--meta-efl/classes/e.bbclass6
-rw-r--r--meta-efl/classes/efl.bbclass4
2 files changed, 5 insertions, 5 deletions
diff --git a/meta-efl/classes/e.bbclass b/meta-efl/classes/e.bbclass
index 88a1f6a36..c80339905 100644
--- a/meta-efl/classes/e.bbclass
+++ b/meta-efl/classes/e.bbclass
@@ -18,9 +18,9 @@ do_configure_append() {
18export CURL_CONFIG = "${STAGING_BINDIR_CROSS}/curl-config" 18export CURL_CONFIG = "${STAGING_BINDIR_CROSS}/curl-config"
19export FREETYPE_CONFIG = "${STAGING_BINDIR_CROSS}/freetype-config" 19export FREETYPE_CONFIG = "${STAGING_BINDIR_CROSS}/freetype-config"
20 20
21# This construction is stupid, someone with more E knowledge should change it to =+ or something 21PACKAGES =+ "${PN}-themes"
22# And it's in efl.bbclass as well.... 22PACKAGES += "${PN}-lib"
23PACKAGES = "${PN}-dbg ${PN}-themes ${PN} ${PN}-dev ${PN}-doc ${PN}-lib ${PN}-static" 23
24FILES_${PN}-lib = "${libdir}/lib*.so.*" 24FILES_${PN}-lib = "${libdir}/lib*.so.*"
25FILES_${PN}-themes = "${datadir}/${PN}/themes ${datadir}/${PN}/data ${datadir}/${PN}/fonts ${datadir}/${PN}/pointers ${datadir}/${PN}/images ${datadir}/${PN}/users ${datadir}/${PN}/images ${datadir}/${PN}/styles" 25FILES_${PN}-themes = "${datadir}/${PN}/themes ${datadir}/${PN}/data ${datadir}/${PN}/fonts ${datadir}/${PN}/pointers ${datadir}/${PN}/images ${datadir}/${PN}/users ${datadir}/${PN}/images ${datadir}/${PN}/styles"
26FILES_${PN}-dev += "${includedir} ${libdir}/lib*.so" 26FILES_${PN}-dev += "${includedir} ${libdir}/lib*.so"
diff --git a/meta-efl/classes/efl.bbclass b/meta-efl/classes/efl.bbclass
index 2dc6fc209..f90dc1ca4 100644
--- a/meta-efl/classes/efl.bbclass
+++ b/meta-efl/classes/efl.bbclass
@@ -19,8 +19,8 @@ do_install_prepend () {
19 done 19 done
20} 20}
21 21
22# This construction is stupid, someone with more E knowledge should change it to =+ or something 22PACKAGES =+ "${PN}-themes"
23PACKAGES = "${PN}-dbg ${PN} ${PN}-themes ${PN}-dev ${PN}-doc ${PN}-tests ${PN}-static" 23PACKAGES += "${PN}-tests"
24 24
25FILES_${PN} = "${libdir}/*.so.* \ 25FILES_${PN} = "${libdir}/*.so.* \
26 ${libdir}/edje/modules/${PN}/*/module.so \ 26 ${libdir}/edje/modules/${PN}/*/module.so \