[oe-commits] Andreas Müller : thunar: add RRECOMMENDS and RDEPENDS to ensure full functionality

git at git.openembedded.org git at git.openembedded.org
Sun Jan 27 22:59:21 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 4af552f6f67268812e3cb5bd60e4e9a682f90033
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=4af552f6f67268812e3cb5bd60e4e9a682f90033

Author: Andreas Müller <schnitzeltony at googlemail.com>
Date:   Fri Jan 25 22:26:18 2013 +0000

thunar: add RRECOMMENDS and RDEPENDS to ensure full functionality

Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb b/meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb
index 55b54d4..973eb47 100644
--- a/meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb
+++ b/meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb
@@ -3,6 +3,7 @@ SECTION = "x11"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 DEPENDS = "exo glib-2.0 gtk+ gdk-pixbuf libxfce4util libxfce4ui libsm dbus-glib startup-notification libnotify xfce4-panel"
+PR = "r1"
 
 inherit xfce
 
@@ -22,3 +23,5 @@ FILES_${PN} += "${libdir}/thunarx-2/* \
 FILES_${PN}-dbg += "${libdir}/thunarx-2/.debug/ \
                     ${libdir}/xfce4/panel/plugins/.debug/ \
                     ${libdir}/Thunar/.debug/"
+
+RRECOMMENDS_${PN} = "gvfs gvfsd-trash udisks"





More information about the Openembedded-commits mailing list