diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-11-15 16:43:05 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-11-16 21:50:11 +0100 |
commit | f4bfa25f70990197a86aae095fda9bf71a117311 (patch) | |
tree | 1e554fcbf9e63b09db2ffe4571cc5639424a56a0 /meta-gnome | |
parent | 5ece6afc91066e54eb39d20bd31278bfe8b9118b (diff) | |
download | meta-openembedded-f4bfa25f70990197a86aae095fda9bf71a117311.tar.gz |
gvfs: don't depend on samba by default
* we don't want to introduce dependency on meta-networking just because of this
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb index 166e5d25f..fb5185fff 100644 --- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb +++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb | |||
@@ -22,7 +22,7 @@ FILES_gvfsd-trash = "${libexecdir}/gvfsd-trash ${datadir}/gvfs/mounts/trash.moun | |||
22 | RDEPENDS_${PN} = "gvfs-gdu-volume-monitor" | 22 | RDEPENDS_${PN} = "gvfs-gdu-volume-monitor" |
23 | RRECOMMENDS_gvfsd-ftp += "openssh-sftp openssh-ssh" | 23 | RRECOMMENDS_gvfsd-ftp += "openssh-sftp openssh-ssh" |
24 | 24 | ||
25 | PACKAGECONFIG ?= "libgphoto2 ${@base_contains('INCOMPATIBLE_LICENSE', 'GPLv3', '', 'samba', d)}" | 25 | PACKAGECONFIG ?= "libgphoto2" |
26 | 26 | ||
27 | PACKAGECONFIG[libgphoto2] = "--enable-gphoto2, --disable-gphoto2, libgphoto2" | 27 | PACKAGECONFIG[libgphoto2] = "--enable-gphoto2, --disable-gphoto2, libgphoto2" |
28 | PACKAGECONFIG[samba] = "--enable-samba --with-samba-includes=${STAGING_INCDIR} \ | 28 | PACKAGECONFIG[samba] = "--enable-samba --with-samba-includes=${STAGING_INCDIR} \ |