diff options
Diffstat (limited to 'meta/recipes-core/systemd/systemd-systemctl-native.bb')
-rw-r--r-- | meta/recipes-core/systemd/systemd-systemctl-native.bb | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/meta/recipes-core/systemd/systemd-systemctl-native.bb b/meta/recipes-core/systemd/systemd-systemctl-native.bb deleted file mode 100644 index 54283bcba1..0000000000 --- a/meta/recipes-core/systemd/systemd-systemctl-native.bb +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | SUMMARY = "Wrapper for enabling systemd services" | ||
2 | |||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
5 | |||
6 | |||
7 | inherit native | ||
8 | |||
9 | SRC_URI = "file://systemctl" | ||
10 | |||
11 | S = "${WORKDIR}" | ||
12 | |||
13 | do_install() { | ||
14 | install -d ${D}${bindir} | ||
15 | install -m 0755 ${WORKDIR}/systemctl ${D}${bindir} | ||
16 | } | ||