diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-03-23 07:35:20 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-04-10 09:35:11 +0200 |
commit | f9213eb41af2434f3cb044819f4ff84ba2a71a4d (patch) | |
tree | e498811805e7dfb530dbb679e3a757fe88819f13 | |
parent | 2cb1ae5c172d51df200cc09eb04ddae66bef6b6c (diff) | |
download | meta-openembedded-f9213eb41af2434f3cb044819f4ff84ba2a71a4d.tar.gz |
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@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r-- | meta-xfce/recipes-xfce/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 c581d7882..c7cc0edf8 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" | |||
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
5 | DEPENDS = "exo gtk+ libxfce4ui libxfce4util xfconf libnotify udev" | 5 | DEPENDS = "exo gtk+ libxfce4ui libxfce4util xfconf libnotify udev" |
6 | PR = "r1" | ||
6 | 7 | ||
7 | inherit xfce | 8 | inherit xfce |
8 | 9 | ||
9 | SRC_URI[md5sum] = "2f166662dd100d5195da238af417f305" | 10 | SRC_URI[md5sum] = "2f166662dd100d5195da238af417f305" |
10 | SRC_URI[sha256sum] = "b1afd2b3b285cfcf07c11caa3d37fa5ff1fc06f7dc68fcca07f9a0d70daa694f" | 11 | SRC_URI[sha256sum] = "b1afd2b3b285cfcf07c11caa3d37fa5ff1fc06f7dc68fcca07f9a0d70daa694f" |
12 | |||
13 | RDEPENDS_${PN} = "eject" | ||