xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-support/libuser/libuser_0.62.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSUMMARY = "user and group account administration library"
2*4882a593SmuzhiyunDESCRIPTION = "The libuser library implements a standardized interface for manipulating and administering user \
3*4882a593Smuzhiyunand group accounts"
4*4882a593SmuzhiyunHOMEPAGE = "https://pagure.io/libuser"
5*4882a593SmuzhiyunBUGTRACKER = "https://pagure.io/libuser/issues"
6*4882a593Smuzhiyun
7*4882a593SmuzhiyunLICENSE = "LGPL-2.0-only"
8*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2 \
9*4882a593Smuzhiyun                    file://lib/user.h;endline=19;md5=76b301f63c39fa992062395efbdc9558 \
10*4882a593Smuzhiyun                    file://samples/testuser.c;endline=19;md5=3b87fa660fa3f4a6bb31d624afe30ba1"
11*4882a593Smuzhiyun
12*4882a593SmuzhiyunSECTION = "base"
13*4882a593Smuzhiyun
14*4882a593SmuzhiyunSRC_URI = "https://releases.pagure.org/libuser/libuser-${PV}.tar.xz \
15*4882a593Smuzhiyun           file://0002-remove-unused-execinfo.h.patch \
16*4882a593Smuzhiyun           file://0001-modules-files.c-parse_field-fix-string-formating-in-.patch \
17*4882a593Smuzhiyun           "
18*4882a593Smuzhiyun
19*4882a593SmuzhiyunSRC_URI[md5sum] = "63e5e5c551e99dc5302b40b80bd6d4f2"
20*4882a593SmuzhiyunSRC_URI[sha256sum] = "a58ff4fabb01a25043b142185a33eeea961109dd60d4b40b6a9df4fa3cace20b"
21*4882a593Smuzhiyun
22*4882a593SmuzhiyunDEPENDS = "popt libpam glib-2.0 python3"
23*4882a593Smuzhiyun
24*4882a593Smuzhiyuninherit features_check
25*4882a593SmuzhiyunREQUIRED_DISTRO_FEATURES = "pam"
26*4882a593Smuzhiyun
27*4882a593Smuzhiyuninherit autotools gettext python3native python3-dir pkgconfig gtk-doc
28*4882a593Smuzhiyun
29*4882a593SmuzhiyunEXTRA_OEMAKE = "PYTHON_CPPFLAGS=-I${STAGING_INCDIR}/${PYTHON_DIR}${PYTHON_ABI}"
30*4882a593Smuzhiyun
31*4882a593SmuzhiyunPACKAGES += "${PN}-python "
32*4882a593Smuzhiyun
33*4882a593SmuzhiyunFILES:${PN}-python = "${PYTHON_SITEPACKAGES_DIR}"
34*4882a593Smuzhiyun
35