diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2016-01-11 14:52:38 +0100 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2016-03-14 14:26:28 +0100 |
commit | 535c0cd03ff798ba5291a62845e902019a7eaefb (patch) | |
tree | 58997b25a492df78ee0b7f577bcc952263c0fc6f /recipes-gnome | |
parent | 591b0b8caa0aacaa085d44140eeca975d7c84dfe (diff) |
gvfs: use _remove to not build with samba
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'recipes-gnome')
-rw-r--r-- | recipes-gnome/gvfs/gvfs_1.10.1.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-gnome/gvfs/gvfs_1.10.1.bbappend b/recipes-gnome/gvfs/gvfs_1.10.1.bbappend index 7abbd6b..a4a7701 100644 --- a/recipes-gnome/gvfs/gvfs_1.10.1.bbappend +++ b/recipes-gnome/gvfs/gvfs_1.10.1.bbappend @@ -1,3 +1,3 @@ #do not build with smb/samba -PACKAGECONFIG = "" +PACKAGECONFIG_remove = "samba" DEPENDS += "udev" |