diff options
Diffstat (limited to 'meta/recipes-gnome/libsecret/libsecret_0.21.0.bb')
| -rw-r--r-- | meta/recipes-gnome/libsecret/libsecret_0.21.0.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-gnome/libsecret/libsecret_0.21.0.bb b/meta/recipes-gnome/libsecret/libsecret_0.21.0.bb new file mode 100644 index 0000000000..8f560f9f39 --- /dev/null +++ b/meta/recipes-gnome/libsecret/libsecret_0.21.0.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 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 = "LGPL-2.1-only" | ||
| 7 | HOMEPAGE = "https://github.com/GNOME/libsecret" | ||
| 8 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/libsecret/issues" | ||
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6" | ||
| 10 | |||
| 11 | GNOMEBASEBUILDCLASS = "meson" | ||
| 12 | |||
| 13 | inherit gnomebase gi-docgen vala gobject-introspection manpages | ||
| 14 | |||
| 15 | DEPENDS += "glib-2.0 libgcrypt gettext-native" | ||
| 16 | |||
| 17 | SRC_URI[archive.sha256sum] = "2735b29d1cc0e5b12ba90bee88bd21774ac8db4ae1a4b716f46c409c19a14613" | ||
| 18 | |||
| 19 | GTKDOC_MESON_OPTION = 'gtk_doc' | ||
| 20 | |||
| 21 | PACKAGECONFIG[manpages] = "-Dmanpage=true,-Dmanpage=false,libxslt-native xmlto-native" | ||
| 22 | |||
| 23 | # http://errors.yoctoproject.org/Errors/Details/20228/ | ||
| 24 | ARM_INSTRUCTION_SET:armv4 = "arm" | ||
| 25 | ARM_INSTRUCTION_SET:armv5 = "arm" | ||
| 26 | ARM_INSTRUCTION_SET:armv6 = "arm" | ||
