mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
gvfs: Add missing DEPEND on gnome-keyring and disable libarchive
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
DESCRIPTION = "gvfs is a userspace virtual filesystem"
|
||||
LICENSE = "LGPL"
|
||||
DEPENDS = "glib-2.0 fuse"
|
||||
PR = "r0"
|
||||
DEPENDS = "glib-2.0 fuse gnome-keyring"
|
||||
PR = "r1"
|
||||
|
||||
inherit gnome
|
||||
EXTRA_OECONF = "--disable-samba"
|
||||
EXTRA_OECONF = "--disable-samba --disable-archive"
|
||||
|
||||
PACKAGES =+ "gvfsd-ftp gvfsd-sftp gvfsd-trash"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user