[PATCH] Integrate nativesdk and native of systemd-systemctl


wangmy
 

From: Wang Mingyu <wangmy@...>

Signed-off-by: Wang Mingyu <wangmy@...>
---
.../{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 --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"
--
2.25.1