[oe] e-wm-menu problem

Koen Kooi k.kooi at student.utwente.nl
Thu Nov 26 08:20:29 UTC 2009


Hi,

Lately I've notice a problem when building and installing e-wm: it drags 
in e-menu-shr. It's due to (improper) usage of RPROVIDES + RCONFLICTS.

My proposal is that images should choose which applications.menu they 
are using (the one from gnome-desktop, e-wm, e-menu-shr-etc) and have 
e-wm stop RRECOMMENDING it.

The basic patch looks like this:

--- 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"
-PR = "r7"
+PR = "r8"

@@ -90,7 +90,6 @@ RRECOMMENDS_${PN} = "\
-  ${PN}-menu \

--- a/recipes/shr/e-wm-menu-shr_git.bb
+++ b/recipes/shr/e-wm-menu-shr_git.bb
@@ -2,8 +2,8 @@ DESCRIPTION = "illume SHR applications.menu config"

+PR = "r1"

-RPROVIDES_${PN} = "e-wm-menu"

And then a + <menu of choice> in your tasks and/or images.

What do you think about it?

regards,

Koen





More information about the Openembedded-devel mailing list