diff options
Diffstat (limited to 'meta-xfce')
-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 b9fc6870da6..ad8dc59f6f6 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" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" DEPENDS = "gtk+ libxfce4util virtual/libx11 perl-native cairo" -PR = "r0" +PR = "r1" -inherit xfce +inherit xfce pythonnative # SRC_URI must follow inherited one SRC_URI += " \ @@ -16,7 +16,6 @@ SRC_URI += " \ file://fix-qa-desktop-type-error.patch \ " - # see http://wiki.xfce.org/gnomemount-replacement do_install_append () { install -m 755 -d ${D}${bindir}/exo-mount-wrapper |