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
This commit is contained in:
Ross Burton 2007-02-15 16:36:00 +00:00
parent 1b496702a0
commit 9f2a9f34c2
1 changed files with 6 additions and 3 deletions

View 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"