diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-17 11:39:04 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-17 11:39:04 +0100 |
commit | 12cf4fa8d23badbf55a018db0f821909294de34e (patch) | |
tree | 91f8bf401be06e3f2a6934153470fe1ec443bdd8 /meta-gnome/recipes-gnome/gvfs | |
parent | bb4cd7b7c6922e724de62f91301a8d09bf49622f (diff) | |
download | meta-openembedded-12cf4fa8d23badbf55a018db0f821909294de34e.tar.gz |
gvfs 1.8.2: disable samba, it causes an OOM
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gnome/recipes-gnome/gvfs')
-rw-r--r-- | 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 11d8400f9..2d969d944 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" | |||
2 | LICENSE = "LGPLv2" | 2 | LICENSE = "LGPLv2" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" |
4 | 4 | ||
5 | DEPENDS = "samba gnome-keyring glib-2.0 fuse avahi fuse gconf libgphoto2" | 5 | DEPENDS = "gnome-keyring glib-2.0 fuse avahi fuse gconf libgphoto2" |
6 | # optional: obexftp libcdio libimobiledevice | 6 | # optional: obexftp libcdio libimobiledevice |
7 | # building against gnome-disk-utility is also possible, but brings dependency loops :( | 7 | # building against gnome-disk-utility is also possible, but brings dependency loops :( |
8 | 8 | ||
9 | PR = "r4" | 9 | PR = "r5" |
10 | 10 | ||
11 | inherit gnome | 11 | inherit gnome |
12 | 12 | ||
13 | SRC_URI[archive.md5sum] = "402f94b187b197b403d25c85caeb9562" | 13 | SRC_URI[archive.md5sum] = "402f94b187b197b403d25c85caeb9562" |
14 | SRC_URI[archive.sha256sum] = "0895ac8f6d416e1b15433b6b6b68eb119c6e8b04fdb66db665d684355ef89345" | 14 | SRC_URI[archive.sha256sum] = "0895ac8f6d416e1b15433b6b6b68eb119c6e8b04fdb66db665d684355ef89345" |
15 | 15 | ||
16 | EXTRA_OECONF = "--enable-samba \ | 16 | EXTRA_OECONF = "--disable-samba \ |
17 | --with-samba-includes=${STAGING_INCDIR} \ | 17 | --with-samba-includes=${STAGING_INCDIR} \ |
18 | --with-samba-libs=${STAGING_LIBDIR} \ | 18 | --with-samba-libs=${STAGING_LIBDIR} \ |
19 | --with-archive-includes=${STAGING_INCDIR} \ | 19 | --with-archive-includes=${STAGING_INCDIR} \ |