aboutsummaryrefslogtreecommitdiffstats
path: root/classes/e.bbclass
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-09-24 14:51:07 +0200
committerKoen Kooi <koen@openembedded.org>2009-09-24 14:51:07 +0200
commitadf66c30a6946741462d0274aef624880fb40810 (patch)
tree07024e998605803b94df0bba3c455fe40f16c8d1 /classes/e.bbclass
parentbdc8f0323b05966c3533ab72614ddafe257a8352 (diff)
downloadopenembedded-adf66c30a6946741462d0274aef624880fb40810.tar.gz
enlightenment: bump SRCREV
* runtime tested on angstrom/beagleboard * upgrade paths intact and working
Diffstat (limited to 'classes/e.bbclass')
-rw-r--r--classes/e.bbclass4
1 files changed, 3 insertions, 1 deletions
diff --git a/classes/e.bbclass b/classes/e.bbclass
index a56cdff2e1..a6fa1d0d78 100644
--- a/classes/e.bbclass
+++ b/classes/e.bbclass
@@ -21,7 +21,9 @@ do_configure_append() {
export CURL_CONFIG = "${STAGING_BINDIR_CROSS}/curl-config"
export FREETYPE_CONFIG = "${STAGING_BINDIR_CROSS}/freetype-config"
-PACKAGES = "${PN}-dbg ${PN}-themes ${PN} ${PN}-dev ${PN}-lib"
+# This construction is stupid, someone with more E knowledge should change it to =+ or something
+# And it's in efl.bbclass as well....
+PACKAGES = "${PN}-dbg ${PN}-themes ${PN} ${PN}-dev ${PN}-doc ${PN}-lib"
FILES_${PN}-lib = "${libdir}/lib*.so.*"
FILES_${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"
FILES_${PN}-dev += "${includedir} ${libdir}/lib*.so"