From f831081252439ecf6dea896a60a6528a73fa8ac7 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 13 Jun 2011 14:47:42 +0200 Subject: [PATCH] gvfs 1.8.2: enable samba support This only drags in libsmbclient, not the complete samba packageset (From meta-openembedded rev: e18f662299882cb68dfc639c8dc15052ad666475) Signed-off-by: Koen Kooi Signed-off-by: Patrick Ohly --- .../meta-gnome/recipes-gnome/gvfs/gvfs_1.8.2.bb | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/meta-openembedded/meta-gnome/recipes-gnome/gvfs/gvfs_1.8.2.bb b/meta-openembedded/meta-gnome/recipes-gnome/gvfs/gvfs_1.8.2.bb index c73f5fe..624be3e 100644 --- a/meta-openembedded/meta-gnome/recipes-gnome/gvfs/gvfs_1.8.2.bb +++ b/meta-openembedded/meta-gnome/recipes-gnome/gvfs/gvfs_1.8.2.bb @@ -2,17 +2,22 @@ DESCRIPTION = "gvfs is a userspace virtual filesystem" LICENSE = "LGPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" -DEPENDS = "gnome-keyring glib-2.0 fuse avahi fuse gconf libgphoto2" -# optional: obexftp libcdio libimobiledevice samba +DEPENDS = "samba 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 = "r1" +PR = "r2" inherit gnome + SRC_URI[archive.md5sum] = "402f94b187b197b403d25c85caeb9562" SRC_URI[archive.sha256sum] = "0895ac8f6d416e1b15433b6b6b68eb119c6e8b04fdb66db665d684355ef89345" -EXTRA_OECONF = "--enable-samba --with-archive-includes=${STAGING_INCDIR} --with-samba-includes=${STAGING_INCDIR}" +EXTRA_OECONF = "--enable-samba \ + --with-samba-includes=${STAGING_INCDIR} \ + --with-samba-libs=${STAGING_LIBDIR} \ + --with-archive-includes=${STAGING_INCDIR} \ + " PACKAGES =+ "gvfsd-ftp gvfsd-sftp gvfsd-trash" -- 2.7.4