aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/dumb-init/dumb-init_1.2.2.bb
blob: eb00092c7b57cfd57f98bceea7d6ba6bb3626572 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SUMMARY = "Simple wrapper script which proxies signals to a child"
HOMEPAGE = "https://github.com/Yelp/dumb-init/"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=5940d39995ea6857d01b8227109c2e9c"

SRCREV = "b1e978e486114797347deefcc03ab12629a13cc3"
SRC_URI = "git://github.com/Yelp/dumb-init;branch=master;protocol=https"
S = "${WORKDIR}/git"

EXTRA_OEMAKE = "CC='${CC}' CFLAGS='${CFLAGS} ${LDFLAGS}'"

do_install() {
    install -d ${D}${base_sbindir}
    install ${S}/dumb-init ${D}${base_sbindir}/
}