blob: 2d8ea952c50d4d473057041fa46278f5c9a71989 [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
Andrew Geissler9aee5002022-03-30 16:27:02 +000011
12inherit gnomebase gi-docgen vala gobject-introspection manpages
13
14DEPENDS += "glib-2.0 libgcrypt gettext-native"
15
Patrick Williamsf52e3dd2024-01-26 13:04:43 -060016SRC_URI[archive.sha256sum] = "e4a341496a0815e64c8d3b8fabab33d7bae7efdeab77b843669731d5b181dcee"
Andrew Geissler9aee5002022-03-30 16:27:02 +000017
18GTKDOC_MESON_OPTION = 'gtk_doc'
19
20PACKAGECONFIG[manpages] = "-Dmanpage=true,-Dmanpage=false,libxslt-native xmlto-native"
21
22# http://errors.yoctoproject.org/Errors/Details/20228/
23ARM_INSTRUCTION_SET:armv4 = "arm"
24ARM_INSTRUCTION_SET:armv5 = "arm"
25ARM_INSTRUCTION_SET:armv6 = "arm"