diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2022-10-12 12:03:49 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-10-12 15:24:32 -0700 |
| commit | df5249f75d4eb58dedf5c93cb419645730fbc4dc (patch) | |
| tree | ac97dec28cf8d6ea6a9aeaae15766270bbf024b3 /meta-oe/recipes-devtools/systemd/nativesdk-systemd-systemctl.bb | |
| parent | 8ac152e9e8de65de5857b95560c12b60fd19d7a3 (diff) | |
| download | meta-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.bb | 15 |
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 @@ | |||
| 1 | SUMMARY = "Wrapper for enabling systemd services" | ||
| 2 | |||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
| 5 | |||
| 6 | inherit nativesdk | ||
| 7 | |||
| 8 | SRC_URI = "file://systemctl" | ||
| 9 | |||
| 10 | S = "${WORKDIR}" | ||
| 11 | |||
| 12 | do_install() { | ||
| 13 | install -d ${D}${bindir} | ||
| 14 | install -m 0755 ${WORKDIR}/systemctl ${D}${bindir} | ||
| 15 | } | ||
