Add nativesdk-systemd-systemctl as dependency of dnf-plugin-tui

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu
2022-10-12 12:03:49 +08:00
committed by Khem Raj
parent 8ac152e9e8
commit df5249f75d
2 changed files with 355 additions and 0 deletions
@@ -0,0 +1,15 @@
SUMMARY = "Wrapper for enabling systemd services"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
inherit nativesdk
SRC_URI = "file://systemctl"
S = "${WORKDIR}"
do_install() {
install -d ${D}${bindir}
install -m 0755 ${WORKDIR}/systemctl ${D}${bindir}
}