diff options
author | Phil Blundell <philb@gnu.org> | 2007-01-28 16:14:43 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2007-01-28 16:14:43 +0000 |
commit | 25fd37ef987368dd32eba359273c5af98158a364 (patch) | |
tree | 5f2320dd99ebfb6fd219bd57a9395ebddeee6537 /packages/gnome | |
parent | b099d3ec077475cf9e24c271fdbd4c1ddbbb70b1 (diff) | |
parent | 6baa6c1f96b3137abdaf5d50af955115844197ae (diff) |
merge of '7a32604865cb7ad63fbc7f14acda9e02229b44b5'
and '9ab9482d0ea26dbc9267d10e1eb42cc1a7546b6b'
Diffstat (limited to 'packages/gnome')
-rw-r--r-- | packages/gnome/gnome-vfs_2.16.3.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/gnome/gnome-vfs_2.16.3.bb b/packages/gnome/gnome-vfs_2.16.3.bb index 6efbe7249d..0c6176428e 100644 --- a/packages/gnome/gnome-vfs_2.16.3.bb +++ b/packages/gnome/gnome-vfs_2.16.3.bb @@ -2,13 +2,13 @@ LICENSE = "GPL" DEPENDS = "libxml2 gconf gnutls avahi dbus bzip2 gnome-mime-data zlib" RRECOMMENDS = "gnome-vfs-plugin-file gnome-mime-data shared-mime-info" -PR = "r1" +PR = "r2" inherit gnome # This is to provide compatibility with the gnome-vfs DBus fork PROVIDES = "gnome-vfs-plugin-dbus" -RRPEPLACES = "gnome-vfs-dbus" +RREPLACES = "gnome-vfs-dbus" SRC_URI += "file://gconftool-lossage.patch;patch=1;pnum=1 \ file://gnome-vfs-no-kerberos.patch;patch=1;pnum=0" |