summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-01-01 11:56:11 +0000
committerRichard Purdie <richard@openedhand.com>2007-01-01 11:56:11 +0000
commit7d621ff99a12b792f5c45cafb2535044da8265bb (patch)
tree53b2358c8e6a7fbe57dcc0078103e213c9669924 /meta
parent71dd72c50e4fb8db769db2e925053b8e16f761c2 (diff)
downloadopenembedded-core-contrib-7d621ff99a12b792f5c45cafb2535044da8265bb.tar.gz
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
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/gnome/gnome-vfs_2.16.3.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/gnome/gnome-vfs_2.16.3.bb b/meta/packages/gnome/gnome-vfs_2.16.3.bb
index 050135b485..7cb4184ca3 100644
--- a/meta/packages/gnome/gnome-vfs_2.16.3.bb
+++ b/meta/packages/gnome/gnome-vfs_2.16.3.bb
@@ -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"