Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 1 | SUMMARY = "libsecret is a library for storing and retrieving passwords and other secrets" |
| 2 | DESCRIPTION = "A GObject-based library for accessing the Secret Service API of \ |
| 3 | the freedesktop.org project, a cross-desktop effort to access passwords, \ |
| 4 | tokens and other types of secrets. libsecret provides a convenient wrapper \ |
| 5 | for these methods so consumers do not have to call the low-level DBus methods." |
| 6 | LICENSE = "LGPLv2.1" |
Andrew Geissler | 90fd73c | 2021-03-05 15:25:55 -0600 | [diff] [blame] | 7 | HOMEPAGE = "https://github.com/GNOME/libsecret" |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 8 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/libsecret/issues" |
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6" |
| 10 | |
Andrew Geissler | 4b740dc | 2020-05-05 08:54:39 -0500 | [diff] [blame] | 11 | GNOMEBASEBUILDCLASS = "meson" |
| 12 | |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 13 | inherit gnomebase gtk-doc vala gobject-introspection manpages |
| 14 | |
| 15 | DEPENDS += "glib-2.0 libgcrypt gettext-native" |
| 16 | |
Andrew Geissler | 90fd73c | 2021-03-05 15:25:55 -0600 | [diff] [blame] | 17 | SRC_URI += " file://determinism.patch" |
| 18 | |
Andrew Geissler | 6ce62a2 | 2020-11-30 19:58:47 -0600 | [diff] [blame] | 19 | SRC_URI[archive.sha256sum] = "325a4c54db320c406711bf2b55e5cb5b6c29823426aa82596a907595abb39d28" |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 20 | |
Andrew Geissler | 4b740dc | 2020-05-05 08:54:39 -0500 | [diff] [blame] | 21 | GTKDOC_MESON_OPTION = 'gtk_doc' |
| 22 | |
Andrew Geissler | 4b740dc | 2020-05-05 08:54:39 -0500 | [diff] [blame] | 23 | PACKAGECONFIG[manpages] = "-Dmanpage=true,-Dmanpage=false,libxslt-native xmlto-native" |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 24 | |
| 25 | # http://errors.yoctoproject.org/Errors/Details/20228/ |
| 26 | ARM_INSTRUCTION_SET_armv4 = "arm" |
| 27 | ARM_INSTRUCTION_SET_armv5 = "arm" |
| 28 | ARM_INSTRUCTION_SET_armv6 = "arm" |