On 17/05/2023 12:16:21-0400, Trevor Gamblin wrote: > > On 2023-05-17 04:06, Bartosz Golaszewski wrote: > > From: Bartosz Golaszewski <[email protected]> > > > > Add a recipe for python bindings for libfdt (spun out of upstream dtc) > > fetched from pypi. > > > > Signed-off-by: Bartosz Golaszewski <[email protected]> > > --- > > .../python/python3-libfdt_1.7.0.post1.bb | 20 +++++++++++++++++++ > > 1 file changed, 20 insertions(+) > > create mode 100644 > > meta/recipes-devtools/python/python3-libfdt_1.7.0.post1.bb > > > > diff --git a/meta/recipes-devtools/python/python3-libfdt_1.7.0.post1.bb > > b/meta/recipes-devtools/python/python3-libfdt_1.7.0.post1.bb > > new file mode 100644 > > index 0000000000..1ff3decbb9 > > --- /dev/null > > +++ b/meta/recipes-devtools/python/python3-libfdt_1.7.0.post1.bb > > @@ -0,0 +1,20 @@ > > +SUMMARY = "Python bindings for libfdt." > > +LICENSE = "GPL-2.0-only | BSD-2-Clause" > > +LIC_FILES_CHKSUM = " \ > > + file://BSD-2-Clause;md5=5d6306d1b08f8df623178dfd81880927 \ > > + file://GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ > > +" > > + > > +inherit pypi setuptools3 > > + > > +PYPI_PACKAGE = "pylibfdt" > > + > > +SRC_URI[sha256sum] = > > "2d048f9f8ce9a0527d497f423dea1f1135f9811c05b009cc5d5753771c1f9ba1" > > + > > +BBCLASSEXTEND = "native nativesdk" > > + > > +DEPENDS += " \ > > + python3-pip-native \ > > + python3-setuptools-scm-native \ > > + swig-native \ > > +" > Can you also add this recipe to the meta/conf/distro/include/maintainers.inc > file?
As stated, this fails on the autobuilders: The following recipes do not have a maintainer assigned to them. Please add an entry to meta/conf/distro/include/maintainers.inc file. python3-libfdt (/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/recipes-devtools/python/python3-libfdt_1.7.0.post1.bb) I also got this: stdio: WARNING: python3-libfdt-1.7.0.post1-r0 do_fetch: QA Issue: Recipe python3-libfdt in /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-libfdt_1.7.0.post1.bb does not contain a HOMEPAGE. Please add an entry. [missing-metadata] stdio: WARNING: python3-libfdt-1.7.0.post1-r0 do_fetch: QA Issue: Recipe python3-libfdt in /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-libfdt_1.7.0.post1.bb does not have an assigned maintainer. Please add an entry into meta/conf/distro/include/maintainers.inc. [missing-metadata] stdio: WARNING: python3-libfdt-native-1.7.0.post1-r0 do_fetch: QA Issue: Recipe python3-libfdt in /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-libfdt_1.7.0.post1.bb does not contain a HOMEPAGE. Please add an entry. [missing-metadata] stdio: WARNING: nativesdk-python3-libfdt-1.7.0.post1-r0 do_fetch: QA Issue: Recipe python3-libfdt in /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-libfdt_1.7.0.post1.bb does not contain a HOMEPAGE. Please add an entry. [missing-metadata] -- 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 (#181523): https://lists.openembedded.org/g/openembedded-core/message/181523 Mute This Topic: https://lists.openembedded.org/mt/98944002/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
