aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/gnome-vfs_2.24.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gnome/gnome-vfs_2.24.1.bb')
-rw-r--r--recipes/gnome/gnome-vfs_2.24.1.bb16
1 files changed, 6 insertions, 10 deletions
diff --git a/recipes/gnome/gnome-vfs_2.24.1.bb b/recipes/gnome/gnome-vfs_2.24.1.bb
index 5c65839380..e47f28db0c 100644
--- a/recipes/gnome/gnome-vfs_2.24.1.bb
+++ b/recipes/gnome/gnome-vfs_2.24.1.bb
@@ -1,19 +1,19 @@
LICENSE = "GPL"
DEPENDS = "libxml2 gconf gnutls avahi dbus dbus-glib bzip2 gnome-mime-data zlib gtk-doc-native"
-RRECOMMENDS = "gnome-vfs-plugin-file shared-mime-info"
+RRECOMMENDS_${PN} = "gnome-vfs-plugin-file shared-mime-info"
# Some legacy packages will require gnome-mime-data to be installed, but use of
# it is deprecated.
-PR = "r2"
+PR = "r3"
inherit gnome
-SRC_URI += "file://gconftool-lossage.patch;patch=1;pnum=1 \
- file://gnome-vfs-no-kerberos.patch;patch=1;pnum=0 \
- file://03_gnutls27.patch;patch=1"
+SRC_URI += "file://gconftool-lossage.patch \
+ file://gnome-vfs-no-kerberos.patch;striplevel=0 \
+ file://03_gnutls27.patch"
# This is to provide compatibility with the gnome-vfs DBus fork
PROVIDES = "gnome-vfs-plugin-dbus"
-RREPLACES = "gnome-vfs-dbus"
+RREPLACES_${PN} = "gnome-vfs-dbus"
EXTRA_OECONF = " \
--disable-openssl \
@@ -26,10 +26,6 @@ do_configure_prepend() {
sed -i -e 's: doc ::g' Makefile.am
}
-do_stage () {
- autotools_stage_all
-}
-
PACKAGES_DYNAMIC = "gnome-vfs-plugin-*"
python populate_packages_prepend () {