summaryrefslogtreecommitdiffstats
path: root/yocto-poky/meta/recipes-core/systemd/systemd-systemctl-native.bb
diff options
context:
space:
mode:
Diffstat (limited to 'yocto-poky/meta/recipes-core/systemd/systemd-systemctl-native.bb')
-rw-r--r--yocto-poky/meta/recipes-core/systemd/systemd-systemctl-native.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/yocto-poky/meta/recipes-core/systemd/systemd-systemctl-native.bb b/yocto-poky/meta/recipes-core/systemd/systemd-systemctl-native.bb
deleted file mode 100644
index fbdc9c0a1..000000000
--- a/yocto-poky/meta/recipes-core/systemd/systemd-systemctl-native.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-SUMMARY = "Wrapper for enabling systemd services"
-
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690"
-
-PR = "r6"
-
-inherit native
-
-SRC_URI = "file://systemctl"
-
-S = "${WORKDIR}"
-
-do_install() {
- install -d ${D}${bindir}
- install -m 0755 ${WORKDIR}/systemctl ${D}${bindir}
-}
OpenPOWER on IntegriCloud