[oe-commits] Andreas Müller : thunar-volman: add eject to RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Tue Apr 10 16:05:40 UTC 2012


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

Author: Andreas Müller <schnitzeltony at googlemail.com>
Date:   Fri Mar 23 07:35:20 2012 +0000

thunar-volman: add eject to RDEPENDS

Ejecting USB-memory stick caused:
Error starting job: Failed to execute child process "eject" (No such file or directory)

run-tested with angstrom/meta-oe environment on overo

Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../thunar-volman/thunar-volman_0.6.0.bb           |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.6.0.bb b/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.6.0.bb
index c581d78..c7cc0ed 100644
--- a/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.6.0.bb
+++ b/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.6.0.bb
@@ -3,8 +3,11 @@ SECTION = "x11"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 DEPENDS = "exo gtk+ libxfce4ui libxfce4util xfconf libnotify udev"
+PR = "r1"
 
 inherit xfce
 
 SRC_URI[md5sum] = "2f166662dd100d5195da238af417f305"
 SRC_URI[sha256sum] = "b1afd2b3b285cfcf07c11caa3d37fa5ff1fc06f7dc68fcca07f9a0d70daa694f"
+
+RDEPENDS_${PN} = "eject"





More information about the Openembedded-commits mailing list