summaryrefslogtreecommitdiff
path: root/meta/packages/gnome
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2007-02-15 16:36:00 +0000
committerRoss Burton <ross@openedhand.com>2007-02-15 16:36:00 +0000
commit9f2a9f34c243e57698dbfb51f673700c4b2adc43 (patch)
tree473971a5430501a20fcb7e5b344a0dba1cc563b0 /meta/packages/gnome
parent1b496702a0df4e0f8cea55945405aeeea9346cb7 (diff)
downloadopenembedded-core-9f2a9f34c243e57698dbfb51f673700c4b2adc43.tar.gz
openembedded-core-9f2a9f34c243e57698dbfb51f673700c4b2adc43.tar.bz2
openembedded-core-9f2a9f34c243e57698dbfb51f673700c4b2adc43.tar.xz
openembedded-core-9f2a9f34c243e57698dbfb51f673700c4b2adc43.zip
Clean up replaces from OE, fix debug packaging
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1276 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gnome')
-rw-r--r--meta/packages/gnome/gnome-vfs_2.16.3.bb9
1 files changed, 6 insertions, 3 deletions
diff --git a/meta/packages/gnome/gnome-vfs_2.16.3.bb b/meta/packages/gnome/gnome-vfs_2.16.3.bb
index 808ae27f4..8586ee9e2 100644
--- a/meta/packages/gnome/gnome-vfs_2.16.3.bb
+++ b/meta/packages/gnome/gnome-vfs_2.16.3.bb
@@ -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"