[oe-commits] Koen Kooi : gvfs 1.8.2: disable samba, it causes an OOM

git at git.openembedded.org git at git.openembedded.org
Fri Nov 18 10:52:12 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 12cf4fa8d23badbf55a018db0f821909294de34e
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=12cf4fa8d23badbf55a018db0f821909294de34e

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Thu Nov 17 11:39:04 2011 +0100

gvfs 1.8.2: disable samba, it causes an OOM

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-gnome/recipes-gnome/gvfs/gvfs_1.8.2.bb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.8.2.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.8.2.bb
index 11d8400..2d969d9 100644
--- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.8.2.bb
+++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.8.2.bb
@@ -2,18 +2,18 @@ DESCRIPTION = "gvfs is a userspace virtual filesystem"
 LICENSE = "LGPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
 
-DEPENDS = "samba gnome-keyring glib-2.0 fuse avahi fuse gconf libgphoto2"
+DEPENDS = "gnome-keyring glib-2.0 fuse avahi fuse gconf libgphoto2"
 # optional: obexftp libcdio libimobiledevice 
 # building against gnome-disk-utility is also possible, but brings dependency loops :(
 
-PR = "r4"
+PR = "r5"
 
 inherit gnome
 
 SRC_URI[archive.md5sum] = "402f94b187b197b403d25c85caeb9562"
 SRC_URI[archive.sha256sum] = "0895ac8f6d416e1b15433b6b6b68eb119c6e8b04fdb66db665d684355ef89345"
 
-EXTRA_OECONF = "--enable-samba \
+EXTRA_OECONF = "--disable-samba \
                 --with-samba-includes=${STAGING_INCDIR} \
                 --with-samba-libs=${STAGING_LIBDIR} \
                 --with-archive-includes=${STAGING_INCDIR} \





More information about the Openembedded-commits mailing list