summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r--meta/recipes-gnome/libsecret/libsecret_0.20.3.bb (renamed from meta/recipes-gnome/libsecret/libsecret_0.20.1.bb)19
1 files changed, 11 insertions, 8 deletions
diff --git a/meta/recipes-gnome/libsecret/libsecret_0.20.1.bb b/meta/recipes-gnome/libsecret/libsecret_0.20.3.bb
index 72511af02d..d3a0c2ff54 100644
--- a/meta/recipes-gnome/libsecret/libsecret_0.20.1.bb
+++ b/meta/recipes-gnome/libsecret/libsecret_0.20.3.bb
@@ -7,21 +7,24 @@ LICENSE = "LGPLv2.1"
7BUGTRACKER = "https://gitlab.gnome.org/GNOME/libsecret/issues" 7BUGTRACKER = "https://gitlab.gnome.org/GNOME/libsecret/issues"
8LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6" 8LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6"
9 9
10GNOMEBASEBUILDCLASS = "meson"
11
10inherit gnomebase gtk-doc vala gobject-introspection manpages 12inherit gnomebase gtk-doc vala gobject-introspection manpages
11 13
12DEPENDS += "glib-2.0 libgcrypt gettext-native" 14DEPENDS += "glib-2.0 libgcrypt gettext-native"
13 15
14PACKAGECONFIG[manpages] = "--enable-manpages, --disable-manpages, libxslt-native xmlto-native" 16SRC_URI[archive.md5sum] = "47c3fdfeb111a87b509ad271e4a6f496"
17SRC_URI[archive.sha256sum] = "4fcb3c56f8ac4ab9c75b66901fb0104ec7f22aa9a012315a14c0d6dffa5290e4"
18
19GTKDOC_MESON_OPTION = 'gtk_doc'
15 20
16SRC_URI[archive.md5sum] = "d2dd660a8d502099317bc8af9f30302e" 21# gobject-introspection is mandatory and cannot be configured
17SRC_URI[archive.sha256sum] = "57f73e94ec6263a17a077fb809cf8cf424637a897a7f15b4eec42ce4aef52447" 22REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
23UNKNOWN_CONFIGURE_WHITELIST_append = " introspection"
24
25PACKAGECONFIG[manpages] = "-Dmanpage=true,-Dmanpage=false,libxslt-native xmlto-native"
18 26
19# http://errors.yoctoproject.org/Errors/Details/20228/ 27# http://errors.yoctoproject.org/Errors/Details/20228/
20ARM_INSTRUCTION_SET_armv4 = "arm" 28ARM_INSTRUCTION_SET_armv4 = "arm"
21ARM_INSTRUCTION_SET_armv5 = "arm" 29ARM_INSTRUCTION_SET_armv5 = "arm"
22ARM_INSTRUCTION_SET_armv6 = "arm" 30ARM_INSTRUCTION_SET_armv6 = "arm"
23
24# vapigen.m4 bundled with the tarball does not yet have our cross-compilation fixes
25do_configure_prepend() {
26 rm -f ${S}/build/m4/vapigen.m4
27}