Hello, this causses the following failure on the AB: AssertionError: The following recipes do not have a maintainer assigned to them. Please add an entry to meta/conf/distro/include/maintainers.inc file. nativesdk-systemd-systemctl (/home/pokybuild/yocto-worker/oe-selftest-fedora/build/meta/recipes-core/systemd/nativesdk-systemd-systemctl.bb)
On 31/10/2022 16:17:20+0800, wangmy wrote: > From: Wang Mingyu <[email protected]> > > Signed-off-by: Wang Mingyu <[email protected]> > --- > .../systemd/nativesdk-systemd-systemctl.bb | 17 +++++++++++++++++ > 1 file changed, 17 insertions(+) > create mode 100644 meta/recipes-core/systemd/nativesdk-systemd-systemctl.bb > > diff --git a/meta/recipes-core/systemd/nativesdk-systemd-systemctl.bb > b/meta/recipes-core/systemd/nativesdk-systemd-systemctl.bb > new file mode 100644 > index 0000000000..66b5ec5e6e > --- /dev/null > +++ b/meta/recipes-core/systemd/nativesdk-systemd-systemctl.bb > @@ -0,0 +1,17 @@ > +SUMMARY = "Wrapper for enabling systemd services" > + > +LICENSE = "MIT" > +LIC_FILES_CHKSUM = > "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" > + > +PR = "r0" > + > +inherit nativesdk > + > +SRC_URI = "file://systemctl" > + > +S = "${WORKDIR}" > + > +do_install() { > + install -d ${D}${bindir} > + install -m 0755 ${WORKDIR}/systemctl ${D}${bindir} > +} > -- > 2.25.1 > > > > -- Alexandre Belloni, co-owner and COO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#172318): https://lists.openembedded.org/g/openembedded-core/message/172318 Mute This Topic: https://lists.openembedded.org/mt/94680777/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
