diff options
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" | |||
7 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/libsecret/issues" | 7 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/libsecret/issues" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6" |
9 | 9 | ||
10 | GNOMEBASEBUILDCLASS = "meson" | ||
11 | |||
10 | inherit gnomebase gtk-doc vala gobject-introspection manpages | 12 | inherit gnomebase gtk-doc vala gobject-introspection manpages |
11 | 13 | ||
12 | DEPENDS += "glib-2.0 libgcrypt gettext-native" | 14 | DEPENDS += "glib-2.0 libgcrypt gettext-native" |
13 | 15 | ||
14 | PACKAGECONFIG[manpages] = "--enable-manpages, --disable-manpages, libxslt-native xmlto-native" | 16 | SRC_URI[archive.md5sum] = "47c3fdfeb111a87b509ad271e4a6f496" |
17 | SRC_URI[archive.sha256sum] = "4fcb3c56f8ac4ab9c75b66901fb0104ec7f22aa9a012315a14c0d6dffa5290e4" | ||
18 | |||
19 | GTKDOC_MESON_OPTION = 'gtk_doc' | ||
15 | 20 | ||
16 | SRC_URI[archive.md5sum] = "d2dd660a8d502099317bc8af9f30302e" | 21 | # gobject-introspection is mandatory and cannot be configured |
17 | SRC_URI[archive.sha256sum] = "57f73e94ec6263a17a077fb809cf8cf424637a897a7f15b4eec42ce4aef52447" | 22 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" |
23 | UNKNOWN_CONFIGURE_WHITELIST_append = " introspection" | ||
24 | |||
25 | PACKAGECONFIG[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/ |
20 | ARM_INSTRUCTION_SET_armv4 = "arm" | 28 | ARM_INSTRUCTION_SET_armv4 = "arm" |
21 | ARM_INSTRUCTION_SET_armv5 = "arm" | 29 | ARM_INSTRUCTION_SET_armv5 = "arm" |
22 | ARM_INSTRUCTION_SET_armv6 = "arm" | 30 | ARM_INSTRUCTION_SET_armv6 = "arm" |
23 | |||
24 | # vapigen.m4 bundled with the tarball does not yet have our cross-compilation fixes | ||
25 | do_configure_prepend() { | ||
26 | rm -f ${S}/build/m4/vapigen.m4 | ||
27 | } | ||