xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/libsecret/libsecret_0.20.5.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSUMMARY = "libsecret is a library for storing and retrieving passwords and other secrets"
2*4882a593SmuzhiyunDESCRIPTION = "A GObject-based library for accessing the Secret Service API of \
3*4882a593Smuzhiyunthe freedesktop.org project, a cross-desktop effort to access passwords, \
4*4882a593Smuzhiyuntokens and other types of secrets. libsecret provides a convenient wrapper \
5*4882a593Smuzhiyunfor these methods so consumers do not have to call the low-level DBus methods."
6*4882a593SmuzhiyunLICENSE = "LGPL-2.1-only"
7*4882a593SmuzhiyunHOMEPAGE = "https://github.com/GNOME/libsecret"
8*4882a593SmuzhiyunBUGTRACKER = "https://gitlab.gnome.org/GNOME/libsecret/issues"
9*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6"
10*4882a593Smuzhiyun
11*4882a593SmuzhiyunGNOMEBASEBUILDCLASS = "meson"
12*4882a593Smuzhiyun
13*4882a593Smuzhiyuninherit gnomebase gi-docgen vala gobject-introspection manpages
14*4882a593Smuzhiyun
15*4882a593SmuzhiyunDEPENDS += "glib-2.0 libgcrypt gettext-native"
16*4882a593Smuzhiyun
17*4882a593SmuzhiyunSRC_URI[archive.sha256sum] = "3fb3ce340fcd7db54d87c893e69bfc2b1f6e4d4b279065ffe66dac9f0fd12b4d"
18*4882a593Smuzhiyun
19*4882a593SmuzhiyunGTKDOC_MESON_OPTION = 'gtk_doc'
20*4882a593Smuzhiyun
21*4882a593SmuzhiyunPACKAGECONFIG[manpages] = "-Dmanpage=true,-Dmanpage=false,libxslt-native xmlto-native"
22*4882a593Smuzhiyun
23*4882a593Smuzhiyun# http://errors.yoctoproject.org/Errors/Details/20228/
24*4882a593SmuzhiyunARM_INSTRUCTION_SET:armv4 = "arm"
25*4882a593SmuzhiyunARM_INSTRUCTION_SET:armv5 = "arm"
26*4882a593SmuzhiyunARM_INSTRUCTION_SET:armv6 = "arm"
27