summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/systemd/systemd-systemctl-native.bb
blob: 3ee757e1533a93d642ce1aed90a20cbf45a3bcdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "Wrapper to enable of systemd services"

LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"

inherit native

SRC_URI = "file://systemctl"

do_install() {
	install -d ${D}${bindir}
	install -m 0755 ${WORKDIR}/systemctl ${D}${bindir}
}