summaryrefslogtreecommitdiff
path: root/recipes-gnome/gvfs/gvfs_%.bbappend
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-07-02 10:44:01 +0200
committerStefan Agner <stefan.agner@toradex.com>2017-01-10 14:59:18 -0800
commit40617d48b40425752a9829d0bae93197db9f6870 (patch)
treee6281f3b7d8189a32fa558fd87de7da2a12de35b /recipes-gnome/gvfs/gvfs_%.bbappend
parentc590002d7d70f6bc60a89c2d37e9569b852223c5 (diff)
gvfs bbappend: use version wildcard
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'recipes-gnome/gvfs/gvfs_%.bbappend')
-rw-r--r--recipes-gnome/gvfs/gvfs_%.bbappend6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-gnome/gvfs/gvfs_%.bbappend b/recipes-gnome/gvfs/gvfs_%.bbappend
new file mode 100644
index 0000000..ba404cd
--- /dev/null
+++ b/recipes-gnome/gvfs/gvfs_%.bbappend
@@ -0,0 +1,6 @@
+#do not build with smb/samba
+PACKAGECONFIG_remove = "samba"
+#do not build with libgphoto2
+PACKAGECONFIG_remove = "libgphoto2"
+
+DEPENDS += "udev"