Clean up replaces from OE, fix debug packaging
authorRoss Burton <ross@openedhand.com>
Thu, 15 Feb 2007 16:36:00 +0000 (16:36 +0000)
committerRoss Burton <ross@openedhand.com>
Thu, 15 Feb 2007 16:36:00 +0000 (16:36 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1276 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/gnome/gnome-vfs_2.16.3.bb

index 808ae27..8586ee9 100644 (file)
@@ -7,15 +7,18 @@ PR = "r4"
 inherit gnome
 
 # This is to provide compatibility with the gnome-vfs DBus fork
-PROVIDES = "gnome-vfs-plugin-dbus"
-RREPLACES = "gnome-vfs-dbus"
+RPROVIDES = "gnome-vfs-plugin-dbus"
 
 SRC_URI += "file://gconftool-lossage.patch;patch=1;pnum=1 \
            file://gnome-vfs-no-kerberos.patch;patch=1;pnum=0"
 
-EXTRA_OECONF = "--disable-openssl --disable-samba"
+EXTRA_OECONF = " \
+                --disable-openssl \
+                --disable-samba \
+                "
 
 FILES_${PN} += " ${libdir}/vfs"
+FILES_${PN}-dbg += " ${libdir}/gnome-vfs-2.0/modules/.debug"
 FILES_${PN}-dev += " ${libdir}/gnome-vfs-2.0/include"
 FILES_${PN}-doc += " ${datadir}/gtk-doc"