| Message ID | 20251216094653.2704060-1-t.f.g.geelen@gmail.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-python] python3-async-timeout: add BBCLASSEXTEND for native and nativesdk | expand |
Le mar. 16 déc. 2025 à 10:47, Tom Geelen via lists.openembedded.org <t.f.g.geelen=gmail.com@lists.openembedded.org> a écrit : > > Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com> > --- > .../recipes-devtools/python/python3-async-timeout_4.0.3.bb | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/meta-python/recipes-devtools/python/python3-async-timeout_4.0.3.bb b/meta-python/recipes-devtools/python/python3-async-timeout_4.0.3.bb > index 3d35780b65..480d4cb02e 100644 > --- a/meta-python/recipes-devtools/python/python3-async-timeout_4.0.3.bb > +++ b/meta-python/recipes-devtools/python/python3-async-timeout_4.0.3.bb > @@ -16,3 +16,5 @@ inherit pypi python_setuptools_build_meta > RDEPENDS:${PN} = "\ > python3-asyncio \ > " > + > +BBCLASSEXTEND = "native nativesdk" Thank you, that does fix my problem with "[meta-python][PATCH 2/5] python3-aiohttp: add BBCLASSEXTEND: native and nativesdk to the recipe" Reviewed-by: Yoann Congal <yoann.congal@smile.fr> > -- > 2.43.0 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#122691): https://lists.openembedded.org/g/openembedded-devel/message/122691 > Mute This Topic: https://lists.openembedded.org/mt/116807309/4316185 > Group Owner: openembedded-devel+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [yoann.congal@smile.fr] > -=-=-=-=-=-=-=-=-=-=-=- >
diff --git a/meta-python/recipes-devtools/python/python3-async-timeout_4.0.3.bb b/meta-python/recipes-devtools/python/python3-async-timeout_4.0.3.bb index 3d35780b65..480d4cb02e 100644 --- a/meta-python/recipes-devtools/python/python3-async-timeout_4.0.3.bb +++ b/meta-python/recipes-devtools/python/python3-async-timeout_4.0.3.bb @@ -16,3 +16,5 @@ inherit pypi python_setuptools_build_meta RDEPENDS:${PN} = "\ python3-asyncio \ " + +BBCLASSEXTEND = "native nativesdk"
Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com> --- .../recipes-devtools/python/python3-async-timeout_4.0.3.bb | 2 ++ 1 file changed, 2 insertions(+)