[oe-commits] Thomas Zimmermann : shr/merge: correct package for menu config file

git version control git at git.openembedded.org
Wed Oct 14 12:28:31 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 5f0a1b2f879a951a75b547f3b8b279f4edf12c24
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5f0a1b2f879a951a75b547f3b8b279f4edf12c24

Author: Thomas Zimmermann <zimmermann at vdm-design.de>
Date:   Wed Oct 14 10:48:26 2009 +0000

shr/merge: correct package for menu config file

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/e17/e-wm_svn.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/e17/e-wm_svn.bb b/recipes/e17/e-wm_svn.bb
index 18f55e6..2c9e997 100644
--- a/recipes/e17/e-wm_svn.bb
+++ b/recipes/e17/e-wm_svn.bb
@@ -3,7 +3,7 @@ DEPENDS = "eet evas ecore edje efreet edbus"
 LICENSE = "MIT BSD"
 SRCNAME = "e"
 PV = "0.16.999.060+svnr${SRCREV}"
-PR = "r7"
+PR = "r8"
 
 inherit e update-alternatives
 
@@ -169,7 +169,7 @@ FILES_${PN}-doc += "\
   ${datadir}/enlightenment/doc \
 "
 
-CONFFILES_${PN} = "${sysconfdir}/xdg/menus/applications.menu"
+CONFFILES_${PN}-menu = "${sysconfdir}/xdg/menus/applications.menu"
 CONFFILES_${PN}-sysactions = "/etc/enlightenment/sysactions.conf"
 
 ALTERNATIVE_PATH = "${bindir}/enlightenment_start.oe"





More information about the Openembedded-commits mailing list