diff mbox series

Integrate nativesdk and native of systemd-systemctl

Message ID 1669345760-19228-1-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series Integrate nativesdk and native of systemd-systemctl | expand

Commit Message

Mingyu Wang (Fujitsu) Nov. 25, 2022, 3:09 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{systemd-systemctl-native.bb => systemd-systemctl.bb}     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-core/systemd/{systemd-systemctl-native.bb => systemd-systemctl.bb} (90%)
diff mbox series

Patch

diff --git a/meta/recipes-core/systemd/systemd-systemctl-native.bb b/meta/recipes-core/systemd/systemd-systemctl.bb
similarity index 90%
rename from meta/recipes-core/systemd/systemd-systemctl-native.bb
rename to meta/recipes-core/systemd/systemd-systemctl.bb
index fadc8433d8..21d7bda816 100644
--- a/meta/recipes-core/systemd/systemd-systemctl-native.bb
+++ b/meta/recipes-core/systemd/systemd-systemctl.bb
@@ -5,8 +5,6 @@  LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384
 
 PR = "r6"
 
-inherit native
-
 SRC_URI = "file://systemctl"
 
 S = "${WORKDIR}"
@@ -15,3 +13,5 @@  do_install() {
 	install -d ${D}${bindir}
 	install -m 0755 ${WORKDIR}/systemctl ${D}${bindir}
 }
+
+BBCLASSEXTEND = "native nativesdk"