[oe] [meta-xfce] xfwm4: break runtime dependency loop

Andreas Müller schnitzeltony at gmx.de
Sun Dec 18 01:11:34 UTC 2011


required since oe-core opkg update [1]

[1] http://cgit.openembedded.org/openembedded-core/commit/?id=2feba313c991170747381c7cf821a45c2cd04632

Signed-off-by: Andreas Müller <schnitzeltony at gmx.de>
---
 meta-xfce/recipes-xfce/xfwm4/xfwm4_4.8.2.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.8.2.bb b/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.8.2.bb
index c1ad221..09f4cf6 100644
--- a/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.8.2.bb
+++ b/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.8.2.bb
@@ -2,6 +2,8 @@ DESCRIPTION="Xfce4 Window Manager"
 SECTION = "x11/wm"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d791728a073bc009b4ffaf00b7599855"
+PR = "r1"
+
 DEPENDS = "virtual/libx11 libxpm gtk+ libxfce4util libxfce4ui xfconf libwnck dbus-glib startup-notification"
 
 inherit xfce update-alternatives
@@ -27,7 +29,7 @@ ALTERNATIVE_LINK = "${bindir}/x-window-manager"
 ALTERNATIVE_PATH = "${bindir}/xfce4-session"
 ALTERNATIVE_PRIORITY = "30"
 
-RDEPENDS_${PN} = "xfwm4-theme-default"
+RRECOMMENDS_${PN} = "xfwm4-theme-default"
 FILES_${PN} += "${libdir}/xfce4/xfwm4/helper-dialog \
                 ${datadir}/xfwm4/defaults \
                "
-- 
1.7.4.4





More information about the Openembedded-devel mailing list