diff mbox series

[meta-python,2/5] python3-aiohttp: add BBCLASSEXTEND: native and nativesdk to the recipe

Message ID 20251215225122.2243816-3-t.f.g.geelen@gmail.com
State New
Headers show
Series [meta-python,1/5] python3-aiohttp: upgrade 3.12.15 -> 3.12.2 | expand

Commit Message

Tom Geelen Dec. 15, 2025, 10:51 p.m. UTC
Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com>
---
 meta-python/recipes-devtools/python/python3-aiohttp_3.13.2.bb | 2 ++
 1 file changed, 2 insertions(+)

Comments

Yoann Congal Dec. 16, 2025, 7:56 a.m. UTC | #1
Le lun. 15 déc. 2025 à 23:51, 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>
> ---
>  meta-python/recipes-devtools/python/python3-aiohttp_3.13.2.bb | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/meta-python/recipes-devtools/python/python3-aiohttp_3.13.2.bb b/meta-python/recipes-devtools/python/python3-aiohttp_3.13.2.bb
> index ca188911c9..5419db3535 100644
> --- a/meta-python/recipes-devtools/python/python3-aiohttp_3.13.2.bb
> +++ b/meta-python/recipes-devtools/python/python3-aiohttp_3.13.2.bb
> @@ -23,3 +23,5 @@ RDEPENDS:${PN} = "\
>  "
>
>  CFLAGS:append:toolchain-gcc:arm = " -flax-vector-conversions"
> +
> +BBCLASSEXTEND = "native nativesdk"

With this, I get
 $ bitbake --dry-run python3-aiohttp-native nativesdk-python3-aiohttp -k
Loading cache: 100%
|##########################################################################################################################################################|
Time: 0:00:00
Loaded 5226 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES 'python3-async-timeout-native' (but
virtual:native:.../meta-openembedded/meta-python/recipes-devtools/python/python3-aiohttp_3.13.2.bb
RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'python3-async-timeout-native' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['python3-async-timeout-native']
NOTE: Runtime target 'python3-aiohttp-native' is unbuildable, removing...
Missing or unbuildable dependency chain was:
['python3-aiohttp-native', 'python3-async-timeout-native']
NOTE: Runtime target 'python3-aiohttp-dev-native' is unbuildable, removing...
Missing or unbuildable dependency chain was:
['python3-aiohttp-dev-native', 'python3-async-timeout-native']
ERROR: Nothing RPROVIDES 'nativesdk-python3-async-timeout' (but
virtual:nativesdk:.../meta-openembedded/meta-python/recipes-devtools/python/python3-aiohttp_3.13.2.bb
RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'nativesdk-python3-async-timeout' is unbuildable,
removing...
Missing or unbuildable dependency chain was: ['nativesdk-python3-async-timeout']
NOTE: Runtime target 'nativesdk-python3-aiohttp' is unbuildable, removing...
Missing or unbuildable dependency chain was:
['nativesdk-python3-aiohttp', 'nativesdk-python3-async-timeout']
ERROR: Nothing RPROVIDES 'nativesdk-python3-aiohttp-dev' (but
virtual:nativesdk:.../meta-openembedded/meta-python/recipes-devtools/python/python3-aiohttp_3.13.2.bb
RDEPENDS on or otherwise requires it)
No eligible RPROVIDERs exist for 'nativesdk-python3-aiohttp-dev'
NOTE: Runtime target 'nativesdk-python3-aiohttp-dev' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['nativesdk-python3-aiohttp-dev']

Did I miss a python3-async-timeout update?

> --
> 2.43.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#122671): https://lists.openembedded.org/g/openembedded-devel/message/122671
> Mute This Topic: https://lists.openembedded.org/mt/116801466/4316185
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [yoann.congal@smile.fr]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Tom Geelen Dec. 16, 2025, 8:13 a.m. UTC | #2
Hi Yoann,

No I must have missed this in sending it. I'll update this as well.

Regards

On Tue, Dec 16, 2025, 8:57 AM Yoann Congal <yoann.congal@smile.fr> wrote:

> Le lun. 15 déc. 2025 à 23:51, 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>
> > ---
> >  meta-python/recipes-devtools/python/python3-aiohttp_3.13.2.bb | 2 ++
> >  1 file changed, 2 insertions(+)
> >
> > diff --git a/meta-python/recipes-devtools/python/
> python3-aiohttp_3.13.2.bb b/meta-python/recipes-devtools/python/
> python3-aiohttp_3.13.2.bb
> > index ca188911c9..5419db3535 100644
> > --- a/meta-python/recipes-devtools/python/python3-aiohttp_3.13.2.bb
> > +++ b/meta-python/recipes-devtools/python/python3-aiohttp_3.13.2.bb
> > @@ -23,3 +23,5 @@ RDEPENDS:${PN} = "\
> >  "
> >
> >  CFLAGS:append:toolchain-gcc:arm = " -flax-vector-conversions"
> > +
> > +BBCLASSEXTEND = "native nativesdk"
>
> With this, I get
>  $ bitbake --dry-run python3-aiohttp-native nativesdk-python3-aiohttp -k
> Loading cache: 100%
>
> |##########################################################################################################################################################|
> Time: 0:00:00
> Loaded 5226 entries from dependency cache.
> NOTE: Resolving any missing task queue dependencies
> ERROR: Nothing RPROVIDES 'python3-async-timeout-native' (but
> virtual:native:.../meta-openembedded/meta-python/recipes-devtools/python/
> python3-aiohttp_3.13.2.bb
> RDEPENDS on or otherwise requires it)
> NOTE: Runtime target 'python3-async-timeout-native' is unbuildable,
> removing...
> Missing or unbuildable dependency chain was:
> ['python3-async-timeout-native']
> NOTE: Runtime target 'python3-aiohttp-native' is unbuildable, removing...
> Missing or unbuildable dependency chain was:
> ['python3-aiohttp-native', 'python3-async-timeout-native']
> NOTE: Runtime target 'python3-aiohttp-dev-native' is unbuildable,
> removing...
> Missing or unbuildable dependency chain was:
> ['python3-aiohttp-dev-native', 'python3-async-timeout-native']
> ERROR: Nothing RPROVIDES 'nativesdk-python3-async-timeout' (but
>
> virtual:nativesdk:.../meta-openembedded/meta-python/recipes-devtools/python/
> python3-aiohttp_3.13.2.bb
> RDEPENDS on or otherwise requires it)
> NOTE: Runtime target 'nativesdk-python3-async-timeout' is unbuildable,
> removing...
> Missing or unbuildable dependency chain was:
> ['nativesdk-python3-async-timeout']
> NOTE: Runtime target 'nativesdk-python3-aiohttp' is unbuildable,
> removing...
> Missing or unbuildable dependency chain was:
> ['nativesdk-python3-aiohttp', 'nativesdk-python3-async-timeout']
> ERROR: Nothing RPROVIDES 'nativesdk-python3-aiohttp-dev' (but
>
> virtual:nativesdk:.../meta-openembedded/meta-python/recipes-devtools/python/
> python3-aiohttp_3.13.2.bb
> RDEPENDS on or otherwise requires it)
> No eligible RPROVIDERs exist for 'nativesdk-python3-aiohttp-dev'
> NOTE: Runtime target 'nativesdk-python3-aiohttp-dev' is unbuildable,
> removing...
> Missing or unbuildable dependency chain was:
> ['nativesdk-python3-aiohttp-dev']
>
> Did I miss a python3-async-timeout update?
>
> > --
> > 2.43.0
> >
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#122671):
> https://lists.openembedded.org/g/openembedded-devel/message/122671
> > Mute This Topic: https://lists.openembedded.org/mt/116801466/4316185
> > Group Owner: openembedded-devel+owner@lists.openembedded.org
> > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [
> yoann.congal@smile.fr]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
>
>
> --
> Yoann Congal
> Smile ECS
>
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-aiohttp_3.13.2.bb b/meta-python/recipes-devtools/python/python3-aiohttp_3.13.2.bb
index ca188911c9..5419db3535 100644
--- a/meta-python/recipes-devtools/python/python3-aiohttp_3.13.2.bb
+++ b/meta-python/recipes-devtools/python/python3-aiohttp_3.13.2.bb
@@ -23,3 +23,5 @@  RDEPENDS:${PN} = "\
 "
 
 CFLAGS:append:toolchain-gcc:arm = " -flax-vector-conversions"
+
+BBCLASSEXTEND = "native nativesdk"