move systemd recipes to meta-systemd

This commit is contained in:
Andreas Müller
2012-07-11 13:24:32 +02:00
committed by Koen Kooi
parent 5ed19733f5
commit a5b2aea321
13 changed files with 0 additions and 0 deletions
@@ -0,0 +1,15 @@
DESCRIPTION = "Wrapper to enable of systemd services"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
PR = "r3"
inherit native
SRC_URI = "file://systemctl"
do_install() {
install -d ${D}${bindir}
install -m 0755 ${WORKDIR}/systemctl ${D}${bindir}
}