blob: 96f6460181d999f3a36f04adc5800a7762c05412 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "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
Andrew Geissler4b740dc2020-05-05 08:54:39 -050010GNOMEBASEBUILDCLASS = "meson"
11
Andrew Geissler82c905d2020-04-13 13:39:40 -050012inherit gnomebase gtk-doc vala gobject-introspection manpages
13
14DEPENDS += "glib-2.0 libgcrypt gettext-native"
15
Andrew Geissler6ce62a22020-11-30 19:58:47 -060016SRC_URI[archive.sha256sum] = "325a4c54db320c406711bf2b55e5cb5b6c29823426aa82596a907595abb39d28"
Andrew Geissler82c905d2020-04-13 13:39:40 -050017
Andrew Geissler4b740dc2020-05-05 08:54:39 -050018GTKDOC_MESON_OPTION = 'gtk_doc'
19
Andrew Geissler4b740dc2020-05-05 08:54:39 -050020PACKAGECONFIG[manpages] = "-Dmanpage=true,-Dmanpage=false,libxslt-native xmlto-native"
Andrew Geissler82c905d2020-04-13 13:39:40 -050021
22# http://errors.yoctoproject.org/Errors/Details/20228/
23ARM_INSTRUCTION_SET_armv4 = "arm"
24ARM_INSTRUCTION_SET_armv5 = "arm"
25ARM_INSTRUCTION_SET_armv6 = "arm"