diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2019-04-02 08:45:54 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-04-06 08:22:22 -0700 |
commit | 0a1f37b6786fbce509612c607362c4b853afc4ad (patch) | |
tree | 1772e5216ff18c85d7ceb31eb66a24206d10239a /meta-gnome/recipes-gnome | |
parent | 7e3e32f6c5904c5258722916fa2cda70913828b0 (diff) | |
download | meta-openembedded-0a1f37b6786fbce509612c607362c4b853afc4ad.tar.gz |
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>
Diffstat (limited to 'meta-gnome/recipes-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/gvfs/gvfs_1.40.0.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.40.0.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.40.0.bb index 7f239c413..7b9a16e9e 100644 --- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.40.0.bb +++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.40.0.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=05df38dd77c35ec8431f212410a3329e" | |||
5 | GNOMEBASEBUILDCLASS = "meson" | 5 | GNOMEBASEBUILDCLASS = "meson" |
6 | inherit gnome bash-completion gettext upstream-version-is-even | 6 | inherit gnome bash-completion gettext upstream-version-is-even |
7 | 7 | ||
8 | DEPENDS += "libsecret glib-2.0 gconf intltool-native libgudev udisks2 polkit shadow-native" | 8 | DEPENDS += "libsecret glib-2.0 gconf libgudev udisks2 polkit shadow-native" |
9 | 9 | ||
10 | SRC_URI = "https://download.gnome.org/sources/${BPN}/${@gnome_verdir("${PV}")}/${BPN}-${PV}.tar.xz;name=archive" | 10 | SRC_URI = "https://download.gnome.org/sources/${BPN}/${@gnome_verdir("${PV}")}/${BPN}-${PV}.tar.xz;name=archive" |
11 | 11 | ||
@@ -15,12 +15,10 @@ SRC_URI[archive.sha256sum] = "3739d64b79c95a9f0f9faf2c5f9e5298b4b2ebdd6431435ce6 | |||
15 | 15 | ||
16 | EXTRA_OEMESON = " \ | 16 | EXTRA_OEMESON = " \ |
17 | -Dbluray=false \ | 17 | -Dbluray=false \ |
18 | -Dgdu=false \ | ||
19 | -Dgoa=false \ | 18 | -Dgoa=false \ |
20 | -Dgoogle=false \ | 19 | -Dgoogle=false \ |
21 | -Dnfs=false \ | 20 | -Dnfs=false \ |
22 | -Dudisks2=true \ | 21 | -Dudisks2=true \ |
23 | -Ddocumentation=false \ | ||
24 | " | 22 | " |
25 | 23 | ||
26 | PACKAGES =+ "gvfsd-ftp gvfsd-sftp gvfsd-trash" | 24 | PACKAGES =+ "gvfsd-ftp gvfsd-sftp gvfsd-trash" |