summaryrefslogtreecommitdiff
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
commite6b82c702f16f3308093efa587ea8e86ef0e8c9e (patch)
tree60e5c708e16d69457841af83b624acbb9628b9a0
parent47869145df6f3e085ed7f94a0c5610605d69d592 (diff)
gvfs: don't use samba-client on vybrid
save space by not requiring smbclient.
-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