this is breaking YP compatible check. see https://valkyrie.yoctoproject.org/#/builders/81/builds/141/steps/12/logs/errors
It depends on fuse which comes from meta-filesystems. Perhaps this recipe should be added to meta-filesystems layer as well. On Sat, Nov 9, 2024 at 5:29 AM Bartosz Golaszewski <[email protected]> wrote: > > From: Bartosz Golaszewski <[email protected]> > > Add a recipe for fuse-python - the official python3 bindings for > libfuse2. > > Signed-off-by: Bartosz Golaszewski <[email protected]> > --- > .../recipes-devtools/python/python3-fuse_1.0.8.bb | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > create mode 100644 meta-python/recipes-devtools/python/python3-fuse_1.0.8.bb > > diff --git a/meta-python/recipes-devtools/python/python3-fuse_1.0.8.bb > b/meta-python/recipes-devtools/python/python3-fuse_1.0.8.bb > new file mode 100644 > index 000000000..3dd1d1442 > --- /dev/null > +++ b/meta-python/recipes-devtools/python/python3-fuse_1.0.8.bb > @@ -0,0 +1,12 @@ > +SUMMARY = "Python bindings for libfuse2." > + > +LICENSE = "LGPL-2.1-only" > +LIC_FILES_CHKSUM = "file://COPYING;md5=243b725d71bb5df4a1e5920b344b86ad" > + > +inherit setuptools3 pypi pkgconfig > + > +SRC_URI[sha256sum] = > "6d27023207162ae82145b42cb5e26ef11b2eccc60c8b85f5528fee3e94475187" > + > +DEPENDS = "fuse python3-setuptools-native" > + > +PYPI_PACKAGE = "fuse_python" > -- > 2.45.2 >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#113920): https://lists.openembedded.org/g/openembedded-devel/message/113920 Mute This Topic: https://lists.openembedded.org/mt/109480959/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
