libsecret_0.20.4.bb 1.1 KB

12345678910111213141516171819202122232425
  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. GNOMEBASEBUILDCLASS = "meson"
  10. inherit gnomebase gtk-doc vala gobject-introspection manpages
  11. DEPENDS += "glib-2.0 libgcrypt gettext-native"
  12. SRC_URI[archive.sha256sum] = "325a4c54db320c406711bf2b55e5cb5b6c29823426aa82596a907595abb39d28"
  13. GTKDOC_MESON_OPTION = 'gtk_doc'
  14. PACKAGECONFIG[manpages] = "-Dmanpage=true,-Dmanpage=false,libxslt-native xmlto-native"
  15. # http://errors.yoctoproject.org/Errors/Details/20228/
  16. ARM_INSTRUCTION_SET_armv4 = "arm"
  17. ARM_INSTRUCTION_SET_armv5 = "arm"
  18. ARM_INSTRUCTION_SET_armv6 = "arm"