Add RPROVIDES

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1107 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton 2006-12-31 10:02:31 +00:00
parent 4e3d90587e
commit caf483abb0
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
LICENSE = "GPL"
PR = "r1"
PR = "r2"
inherit gnome
@ -8,6 +8,7 @@ RRECOMMENDS = "gnome-vfs-plugin-file gnome-mime-data shared-mime-info"
# This is to provide compatibility with the gnome-vfs DBus fork
PROVIDES = "gnome-vfs-plugin-dbus"
RPROVIDES = "gnome-vfs-plugin-dbus"
SRC_URI += "file://gconftool-lossage.patch;patch=1;pnum=1"