From: Wang Mingyu <wan...@fujitsu.com> Signed-off-by: Wang Mingyu <wan...@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 --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
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#173759): https://lists.openembedded.org/g/openembedded-core/message/173759 Mute This Topic: https://lists.openembedded.org/mt/95248251/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-