summaryrefslogtreecommitdiff
path: root/recipes-gnome
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-07-29 11:30:31 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2014-08-04 11:12:27 +0200
commitef1e1ec4264682700c5347ab2ad00f62a321e384 (patch)
treeed296caf4c9e303c2f990d8d7f92ca7bad524bdc /recipes-gnome
parent84a126663655f5441704830e591191d92bf16490 (diff)
gvfs: don't use samba-client on vybrid
save space by not requiring smbclient.
Diffstat (limited to 'recipes-gnome')
-rw-r--r--recipes-gnome/gvfs/gvfs_1.10.1.bbappend4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-gnome/gvfs/gvfs_1.10.1.bbappend b/recipes-gnome/gvfs/gvfs_1.10.1.bbappend
new file mode 100644
index 0000000..216aae5
--- /dev/null
+++ b/recipes-gnome/gvfs/gvfs_1.10.1.bbappend
@@ -0,0 +1,4 @@
+PACKAGECONFIG = "${@base_contains('INCOMPATIBLE_LICENSE', 'GPLv3', '', 'samba', d)}"
+#do not build with smb/samba
+PACKAGECONFIG_colibri-vf = ""
+PACKAGE_ARCH_colibri-vf = "${MACHINE_ARCH}" \ No newline at end of file