mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
move systemd recipes to meta-systemd
This commit is contained in:
committed by
Koen Kooi
parent
5ed19733f5
commit
a5b2aea321
@@ -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}
|
||||
}
|
||||
Reference in New Issue
Block a user