summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/libsecret/libsecret_0.21.0.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-08-31 10:34:18 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-02 18:23:05 +0100
commit2bf202c726ed334393f57fb1ae16644504fbcda2 (patch)
treeeb4f5db468de075ec05967bfa78d164856f9d354 /meta/recipes-gnome/libsecret/libsecret_0.21.0.bb
parent59be34967050824fd8877365fa8d640f4e88051d (diff)
downloadpoky-2bf202c726ed334393f57fb1ae16644504fbcda2.tar.gz
libsecret: upgrade 0.20.5 -> 0.21.0
Changelog: =========== * Unlock the keyring before getting secret attributes [!105] * file-backend: avoid deadlock when portal op is canceled [!118, !120] * Properly chain-up GTasks around GDBusProxy::init_async [!106] * Fix nullable in secret_collection_for_alias_* [!110] * Fix finish function for searchv [!112] * secret-paths: Fix a little memory leak [!109] * Stop using GSlice [!116] * docs: port to gi-docgen [!101] * docs: fix example in usage docs [!117] * Several CI fixes [!111, !114] * Updated translations (From OE-Core rev: 6b122519c043b5549fdd36631ba0bd8806958fde) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/libsecret/libsecret_0.21.0.bb')
-rw-r--r--meta/recipes-gnome/libsecret/libsecret_0.21.0.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-gnome/libsecret/libsecret_0.21.0.bb b/meta/recipes-gnome/libsecret/libsecret_0.21.0.bb
new file mode 100644
index 0000000000..8f560f9f39
--- /dev/null
+++ b/meta/recipes-gnome/libsecret/libsecret_0.21.0.bb
@@ -0,0 +1,26 @@
1SUMMARY = "libsecret is a library for storing and retrieving passwords and other secrets"
2DESCRIPTION = "A GObject-based library for accessing the Secret Service API of \
3the freedesktop.org project, a cross-desktop effort to access passwords, \
4tokens and other types of secrets. libsecret provides a convenient wrapper \
5for these methods so consumers do not have to call the low-level DBus methods."
6LICENSE = "LGPL-2.1-only"
7HOMEPAGE = "https://github.com/GNOME/libsecret"
8BUGTRACKER = "https://gitlab.gnome.org/GNOME/libsecret/issues"
9LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6"
10
11GNOMEBASEBUILDCLASS = "meson"
12
13inherit gnomebase gi-docgen vala gobject-introspection manpages
14
15DEPENDS += "glib-2.0 libgcrypt gettext-native"
16
17SRC_URI[archive.sha256sum] = "2735b29d1cc0e5b12ba90bee88bd21774ac8db4ae1a4b716f46c409c19a14613"
18
19GTKDOC_MESON_OPTION = 'gtk_doc'
20
21PACKAGECONFIG[manpages] = "-Dmanpage=true,-Dmanpage=false,libxslt-native xmlto-native"
22
23# http://errors.yoctoproject.org/Errors/Details/20228/
24ARM_INSTRUCTION_SET:armv4 = "arm"
25ARM_INSTRUCTION_SET:armv5 = "arm"
26ARM_INSTRUCTION_SET:armv6 = "arm"