[oe-commits] Paul Eggleton : gnome-vfs: use RPROVIDES correctly

git at git.openembedded.org git at git.openembedded.org
Tue Feb 5 10:08:06 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: d885bcc57f9271248daf81a20907c72aa8ababbc
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=d885bcc57f9271248daf81a20907c72aa8ababbc

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Mon Feb  4 11:29:36 2013 +0000

gnome-vfs: use RPROVIDES correctly

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb b/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb
index 62d63ae..cfe7125 100644
--- a/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb
+++ b/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb
@@ -18,7 +18,7 @@ PR = "r2"
 inherit gnome
 
 # This is to provide compatibility with the gnome-vfs DBus fork
-RPROVIDES = "gnome-vfs-plugin-dbus"
+RPROVIDES_${PN} = "gnome-vfs-plugin-dbus"
 
 SRC_URI += "file://gconftool-lossage.patch \
 	    file://gnome-vfs-no-kerberos.patch;striplevel=0"





More information about the Openembedded-commits mailing list