xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xorg-app/sessreg_1.1.2.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunrequire recipes-graphics/xorg-app/xorg-app-common.inc
2*4882a593Smuzhiyun
3*4882a593SmuzhiyunSUMMARY = "a simple program for managing utmp/wtmp entries"
4*4882a593SmuzhiyunLICENSE = "MIT"
5*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://COPYING;md5=d938a70c8280c265a1ccd2954365d185"
6*4882a593SmuzhiyunSRC_URI += "file://0001-Makefile.am-Error-Fix.patch"
7*4882a593SmuzhiyunSRC_URI[md5sum] = "92be564d4be7d8aa7b5024057b715210"
8*4882a593SmuzhiyunSRC_URI[sha256sum] = "dfcb9e954273ace63879aec053c7880466f8755752a35aa9ced3fa5f04fd2c33"
9*4882a593Smuzhiyun
10*4882a593SmuzhiyunCFLAGS:append:libc-musl = " -D_WTMPX_FILE=WTMP_FILE -D_PATH_WTMPX=_PATH_WTMP -D_UTMPX_FILE=UTMP_FILE -D_PATH_UTMPX=_PATH_UTMP "
11*4882a593Smuzhiyun
12