blob: 310081b8228e5282790554a7b3e928e02ab9e18f [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001SUMMARY = "Simple wrapper script which proxies signals to a child"
2HOMEPAGE = "https://github.com/Yelp/dumb-init/"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=5940d39995ea6857d01b8227109c2e9c"
5
Andrew Geissler72956ed2021-01-08 16:11:14 -06006SRCREV = "89c1502b9d40b5cb4a844498b14d74ba1dd559bf"
Andrew Geissler595f6302022-01-24 19:11:47 +00007SRC_URI = "git://github.com/Yelp/dumb-init;branch=master;protocol=https"
Brad Bishop26bdd442019-08-16 17:08:17 -04008S = "${WORKDIR}/git"
Brad Bishop316dfdd2018-06-25 12:45:53 -04009
10EXTRA_OEMAKE = "CC='${CC}' CFLAGS='${CFLAGS} ${LDFLAGS}'"
11
12do_install() {
13 install -d ${D}${base_sbindir}
14 install ${S}/dumb-init ${D}${base_sbindir}/
15}