summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/systemd/nativesdk-systemd-systemctl.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-10-12 12:03:49 +0800
committerKhem Raj <raj.khem@gmail.com>2022-10-12 15:24:32 -0700
commitdf5249f75d4eb58dedf5c93cb419645730fbc4dc (patch)
treeac97dec28cf8d6ea6a9aeaae15766270bbf024b3 /meta-oe/recipes-devtools/systemd/nativesdk-systemd-systemctl.bb
parent8ac152e9e8de65de5857b95560c12b60fd19d7a3 (diff)
downloadmeta-openembedded-df5249f75d4eb58dedf5c93cb419645730fbc4dc.tar.gz
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>
Diffstat (limited to 'meta-oe/recipes-devtools/systemd/nativesdk-systemd-systemctl.bb')
-rw-r--r--meta-oe/recipes-devtools/systemd/nativesdk-systemd-systemctl.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/systemd/nativesdk-systemd-systemctl.bb b/meta-oe/recipes-devtools/systemd/nativesdk-systemd-systemctl.bb
new file mode 100644
index 0000000000..f7160f508b
--- /dev/null
+++ b/meta-oe/recipes-devtools/systemd/nativesdk-systemd-systemctl.bb
@@ -0,0 +1,15 @@
1SUMMARY = "Wrapper for enabling systemd services"
2
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
5
6inherit nativesdk
7
8SRC_URI = "file://systemctl"
9
10S = "${WORKDIR}"
11
12do_install() {
13 install -d ${D}${bindir}
14 install -m 0755 ${WORKDIR}/systemctl ${D}${bindir}
15}