summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/libsecret/libsecret_0.20.1.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-02-19 20:47:48 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-21 09:39:00 +0000
commit084f767a3d0a5440634a823aad906b91997722fb (patch)
tree7e4abf59d87dd8c4a376d10d3d91f6a7bf57445e /meta/recipes-gnome/libsecret/libsecret_0.20.1.bb
parentc2f78f06db22af7c10ddbe8ccc0beff5adb6d64c (diff)
downloadpoky-084f767a3d0a5440634a823aad906b91997722fb.tar.gz
libsecret: upgrade 0.20.0 -> 0.20.1
(From OE-Core rev: 66885ec7ac3a1ed978f64b148e209ea132aca6b2) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/libsecret/libsecret_0.20.1.bb')
-rw-r--r--meta/recipes-gnome/libsecret/libsecret_0.20.1.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/recipes-gnome/libsecret/libsecret_0.20.1.bb b/meta/recipes-gnome/libsecret/libsecret_0.20.1.bb
new file mode 100644
index 0000000000..72511af02d
--- /dev/null
+++ b/meta/recipes-gnome/libsecret/libsecret_0.20.1.bb
@@ -0,0 +1,27 @@
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 = "LGPLv2.1"
7BUGTRACKER = "https://gitlab.gnome.org/GNOME/libsecret/issues"
8LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6"
9
10inherit gnomebase gtk-doc vala gobject-introspection manpages
11
12DEPENDS += "glib-2.0 libgcrypt gettext-native"
13
14PACKAGECONFIG[manpages] = "--enable-manpages, --disable-manpages, libxslt-native xmlto-native"
15
16SRC_URI[archive.md5sum] = "d2dd660a8d502099317bc8af9f30302e"
17SRC_URI[archive.sha256sum] = "57f73e94ec6263a17a077fb809cf8cf424637a897a7f15b4eec42ce4aef52447"
18
19# http://errors.yoctoproject.org/Errors/Details/20228/
20ARM_INSTRUCTION_SET_armv4 = "arm"
21ARM_INSTRUCTION_SET_armv5 = "arm"
22ARM_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}