xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/dumb-init/dumb-init_1.2.5.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSUMMARY = "Simple wrapper script which proxies signals to a child"
2*4882a593SmuzhiyunHOMEPAGE = "https://github.com/Yelp/dumb-init/"
3*4882a593SmuzhiyunLICENSE = "MIT"
4*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://LICENSE;md5=5940d39995ea6857d01b8227109c2e9c"
5*4882a593Smuzhiyun
6*4882a593SmuzhiyunSRCREV = "89c1502b9d40b5cb4a844498b14d74ba1dd559bf"
7*4882a593SmuzhiyunSRC_URI = "git://github.com/Yelp/dumb-init;branch=master;protocol=https"
8*4882a593SmuzhiyunS = "${WORKDIR}/git"
9*4882a593Smuzhiyun
10*4882a593SmuzhiyunEXTRA_OEMAKE = "CC='${CC}' CFLAGS='${CFLAGS} ${LDFLAGS}'"
11*4882a593Smuzhiyun
12*4882a593Smuzhiyundo_install() {
13*4882a593Smuzhiyun    install -d ${D}${base_sbindir}
14*4882a593Smuzhiyun    install ${S}/dumb-init ${D}${base_sbindir}/
15*4882a593Smuzhiyun}
16