diff options
author | Koen Kooi <koen@openembedded.org> | 2009-09-24 14:51:07 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-09-24 14:51:07 +0200 |
commit | adf66c30a6946741462d0274aef624880fb40810 (patch) | |
tree | 07024e998605803b94df0bba3c455fe40f16c8d1 /recipes/e17 | |
parent | bdc8f0323b05966c3533ab72614ddafe257a8352 (diff) |
enlightenment: bump SRCREV
* runtime tested on angstrom/beagleboard
* upgrade paths intact and working
Diffstat (limited to 'recipes/e17')
-rw-r--r-- | recipes/e17/e-wm_svn.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/e17/e-wm_svn.bb b/recipes/e17/e-wm_svn.bb index 7eac09618b..97426fb535 100644 --- a/recipes/e17/e-wm_svn.bb +++ b/recipes/e17/e-wm_svn.bb @@ -107,6 +107,7 @@ FILES_${PN} = "\ ${libdir}/enlightenment/utils/* \ ${libdir}/enlightenment/modules/*/*.* \ ${libdir}/enlightenment/modules/*/*/* \ + ${libdir}/enlightenment/*plugins/*/*/* \ ${libdir}/enlightenment/preload/e_precache.so \ ${datadir}/locale \ ${datadir}/enlightenment/data/icons \ @@ -152,13 +153,14 @@ FILES_${PN}-dbg += "\ ${libdir}/enlightenment/modules/*/*/.debug/ \ ${libdir}/enlightenment/preload/.debug/ \ ${libdir}/enlightenment/utils/.debug/ \ + ${libdir}/enlightenment/*plugins/*/*/.debug \ " FILES_${PN}-doc += "\ ${datadir}/enlightenment/doc \ " -CONFFILES_${PN} = "/etc/xdg/menus/applications.menu" +CONFFILES_${PN} = "${sysconfdir}/xdg/menus/applications.menu" ALTERNATIVE_PATH = "${bindir}/enlightenment_start.oe" ALTERNATIVE_NAME = "x-window-manager" |