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" |
| 7 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/libsecret/issues" |
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6" |
| 9 | |
Andrew Geissler | 4b740dc | 2020-05-05 08:54:39 -0500 | [diff] [blame] | 10 | GNOMEBASEBUILDCLASS = "meson" |
| 11 | |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 12 | inherit gnomebase gtk-doc vala gobject-introspection manpages |
| 13 | |
| 14 | DEPENDS += "glib-2.0 libgcrypt gettext-native" |
| 15 | |
Andrew Geissler | 1e34c2d | 2020-05-29 16:02:59 -0500 | [diff] [blame] | 16 | SRC_URI += "file://0001-meson-add-option-introspection.patch" |
| 17 | |
Andrew Geissler | 4b740dc | 2020-05-05 08:54:39 -0500 | [diff] [blame] | 18 | SRC_URI[archive.md5sum] = "47c3fdfeb111a87b509ad271e4a6f496" |
| 19 | SRC_URI[archive.sha256sum] = "4fcb3c56f8ac4ab9c75b66901fb0104ec7f22aa9a012315a14c0d6dffa5290e4" |
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" |