gnome-vfs: Disable samba (fix qemux86 build failures)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1110 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2007-01-01 11:56:11 +00:00
parent 71dd72c50e
commit 7d621ff99a
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
LICENSE = "GPL"
PR = "r2"
PR = "r3"
inherit gnome
@ -12,7 +12,7 @@ RPROVIDES = "gnome-vfs-plugin-dbus"
SRC_URI += "file://gconftool-lossage.patch;patch=1;pnum=1"
EXTRA_OECONF = "--disable-openssl"
EXTRA_OECONF = "--disable-openssl --disable-samba"
#export KRB5_CONFIG="none"
FILES_${PN} += " ${libdir}/vfs"