diff options
-rw-r--r-- | meta-xfce/recipes-xfce/exo/exo_0.6.2.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-xfce/recipes-xfce/exo/exo_0.6.2.bb b/meta-xfce/recipes-xfce/exo/exo_0.6.2.bb index b9fc6870da..ad8dc59f6f 100644 --- a/meta-xfce/recipes-xfce/exo/exo_0.6.2.bb +++ b/meta-xfce/recipes-xfce/exo/exo_0.6.2.bb | |||
@@ -4,9 +4,9 @@ LICENSE = "GPLv2" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
5 | DEPENDS = "gtk+ libxfce4util virtual/libx11 perl-native cairo" | 5 | DEPENDS = "gtk+ libxfce4util virtual/libx11 perl-native cairo" |
6 | 6 | ||
7 | PR = "r0" | 7 | PR = "r1" |
8 | 8 | ||
9 | inherit xfce | 9 | inherit xfce pythonnative |
10 | 10 | ||
11 | # SRC_URI must follow inherited one | 11 | # SRC_URI must follow inherited one |
12 | SRC_URI += " \ | 12 | SRC_URI += " \ |
@@ -16,7 +16,6 @@ SRC_URI += " \ | |||
16 | file://fix-qa-desktop-type-error.patch \ | 16 | file://fix-qa-desktop-type-error.patch \ |
17 | " | 17 | " |
18 | 18 | ||
19 | |||
20 | # see http://wiki.xfce.org/gnomemount-replacement | 19 | # see http://wiki.xfce.org/gnomemount-replacement |
21 | do_install_append () { | 20 | do_install_append () { |
22 | install -m 755 -d ${D}${bindir}/exo-mount-wrapper | 21 | install -m 755 -d ${D}${bindir}/exo-mount-wrapper |