diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-13 14:47:42 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-13 14:47:42 +0200 |
commit | e18f662299882cb68dfc639c8dc15052ad666475 (patch) | |
tree | e696e88a4ab4349f2156cba7a99ccc0a5f6e751c /meta-gnome/recipes-gnome | |
parent | afd70256706ccd1ea416636eb61cb5160cffbe3c (diff) | |
download | meta-openembedded-e18f662299882cb68dfc639c8dc15052ad666475.tar.gz |
gvfs 1.8.2: enable samba support
This only drags in libsmbclient, not the complete samba packageset
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gnome/recipes-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/gvfs/gvfs_1.8.2.bb | 13 |
1 files changed, 9 insertions, 4 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 c73f5fee4..624be3e43 100644 --- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.8.2.bb +++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.8.2.bb | |||
@@ -2,17 +2,22 @@ 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 = "gnome-keyring glib-2.0 fuse avahi fuse gconf libgphoto2" | 5 | DEPENDS = "samba gnome-keyring glib-2.0 fuse avahi fuse gconf libgphoto2" |
6 | # optional: obexftp libcdio libimobiledevice samba | 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 = "r1" | 9 | PR = "r2" |
10 | 10 | ||
11 | inherit gnome | 11 | inherit gnome |
12 | |||
12 | SRC_URI[archive.md5sum] = "402f94b187b197b403d25c85caeb9562" | 13 | SRC_URI[archive.md5sum] = "402f94b187b197b403d25c85caeb9562" |
13 | SRC_URI[archive.sha256sum] = "0895ac8f6d416e1b15433b6b6b68eb119c6e8b04fdb66db665d684355ef89345" | 14 | SRC_URI[archive.sha256sum] = "0895ac8f6d416e1b15433b6b6b68eb119c6e8b04fdb66db665d684355ef89345" |
14 | 15 | ||
15 | EXTRA_OECONF = "--enable-samba --with-archive-includes=${STAGING_INCDIR} --with-samba-includes=${STAGING_INCDIR}" | 16 | EXTRA_OECONF = "--enable-samba \ |
17 | --with-samba-includes=${STAGING_INCDIR} \ | ||
18 | --with-samba-libs=${STAGING_LIBDIR} \ | ||
19 | --with-archive-includes=${STAGING_INCDIR} \ | ||
20 | " | ||
16 | 21 | ||
17 | PACKAGES =+ "gvfsd-ftp gvfsd-sftp gvfsd-trash" | 22 | PACKAGES =+ "gvfsd-ftp gvfsd-sftp gvfsd-trash" |
18 | 23 | ||