mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
gvfs: fix configure options and DDEPENDS
* Remove unknown configure options detected by [1]: | ERROR: QA Issue: gvfs: configure was passed unrecognised options: documentation gdu [unknown-configure-option] * Remove intltool-native from DEPENDS - gnome uses gettext these days [1] http://lists.openembedded.org/pipermail/openembedded-core/2019-April/280693.html Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
7e3e32f6c5
commit
0a1f37b678
|
|
@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=05df38dd77c35ec8431f212410a3329e"
|
|||
GNOMEBASEBUILDCLASS = "meson"
|
||||
inherit gnome bash-completion gettext upstream-version-is-even
|
||||
|
||||
DEPENDS += "libsecret glib-2.0 gconf intltool-native libgudev udisks2 polkit shadow-native"
|
||||
DEPENDS += "libsecret glib-2.0 gconf libgudev udisks2 polkit shadow-native"
|
||||
|
||||
SRC_URI = "https://download.gnome.org/sources/${BPN}/${@gnome_verdir("${PV}")}/${BPN}-${PV}.tar.xz;name=archive"
|
||||
|
||||
|
|
@ -15,12 +15,10 @@ SRC_URI[archive.sha256sum] = "3739d64b79c95a9f0f9faf2c5f9e5298b4b2ebdd6431435ce6
|
|||
|
||||
EXTRA_OEMESON = " \
|
||||
-Dbluray=false \
|
||||
-Dgdu=false \
|
||||
-Dgoa=false \
|
||||
-Dgoogle=false \
|
||||
-Dnfs=false \
|
||||
-Dudisks2=true \
|
||||
-Ddocumentation=false \
|
||||
"
|
||||
|
||||
PACKAGES =+ "gvfsd-ftp gvfsd-sftp gvfsd-trash"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user