blob: 8f560f9f39e2c36f6312efb0003c80edca227454 [file] [log] [blame]
Andrew Geissler9aee5002022-03-30 16:27:02 +00001SUMMARY = "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
Andrew Geissler5082cc72023-09-11 08:41:39 -040017SRC_URI[archive.sha256sum] = "2735b29d1cc0e5b12ba90bee88bd21774ac8db4ae1a4b716f46c409c19a14613"
Andrew Geissler9aee5002022-03-30 16:27:02 +000018
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"