diff options
author | Richard Purdie <richard@openedhand.com> | 2007-01-01 11:56:11 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-01-01 11:56:11 +0000 |
commit | 7d621ff99a12b792f5c45cafb2535044da8265bb (patch) | |
tree | 53b2358c8e6a7fbe57dcc0078103e213c9669924 /meta | |
parent | 71dd72c50e4fb8db769db2e925053b8e16f761c2 (diff) | |
download | poky-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.bb | 4 |
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 @@ | |||
1 | LICENSE = "GPL" | 1 | LICENSE = "GPL" |
2 | PR = "r2" | 2 | PR = "r3" |
3 | 3 | ||
4 | inherit gnome | 4 | inherit gnome |
5 | 5 | ||
@@ -12,7 +12,7 @@ RPROVIDES = "gnome-vfs-plugin-dbus" | |||
12 | 12 | ||
13 | SRC_URI += "file://gconftool-lossage.patch;patch=1;pnum=1" | 13 | SRC_URI += "file://gconftool-lossage.patch;patch=1;pnum=1" |
14 | 14 | ||
15 | EXTRA_OECONF = "--disable-openssl" | 15 | EXTRA_OECONF = "--disable-openssl --disable-samba" |
16 | #export KRB5_CONFIG="none" | 16 | #export KRB5_CONFIG="none" |
17 | 17 | ||
18 | FILES_${PN} += " ${libdir}/vfs" | 18 | FILES_${PN} += " ${libdir}/vfs" |