Message ID | 20250725191958.1696481-2-yoann.congal@smile.fr |
---|---|
State | Under Review |
Headers | show |
Series | [meta-oe,1/2] catch2: enable native and nativesdk | expand |
Le ven. 25 juil. 2025 à 21:20, Yoann Congal <yoann.congal@smile.fr> a écrit : > From: Yoann Congal <yoann.congal@smile.fr> > > Since commit 4042e529b9cf ("python3-matplotlib: Upgrade to 3.10.1"), > python3-matplotlib depends on qhull and has native variant, so qhull > does need the native variant as well. > > Fixes this warning from AB[0]: > WARNING: Nothing PROVIDES 'qhull-native' (but > virtual:native:/srv/pokybuild/yocto-worker/meta-oe-mirror/build/meta-openembedded/meta-python/recipes-devtools/python/ > python3-matplotlib_3.10.3.bb DEPENDS on or otherwise requires it). Close > matches: > [0]: > https://autobuilder.yoctoproject.org/valkyrie/#/builders/82/builds/377/steps/12/logs/warnings FWIW, that also fix WARNING: Nothing RPROVIDES 'smem-native' (but virtual:native:/srv/pokybuild/yocto-worker/meta-oe-mirror/build/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-support/smem/ smem_1.5.bb RDEPENDS on or otherwise requires it) WARNING: Nothing RPROVIDES 'smem-dev-native' (but virtual:native:/srv/pokybuild/yocto-worker/meta-oe-mirror/build/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-support/smem/ smem_1.5.bb RDEPENDS on or otherwise requires it) > Signed-off-by: Yoann Congal <yoann.congal@smile.fr> > --- > meta-oe/recipes-extended/qhull/qhull_2020.2.bb | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/meta-oe/recipes-extended/qhull/qhull_2020.2.bb > b/meta-oe/recipes-extended/qhull/qhull_2020.2.bb > index 9efadbc7f4..3e3d1007e9 100644 > --- a/meta-oe/recipes-extended/qhull/qhull_2020.2.bb > +++ b/meta-oe/recipes-extended/qhull/qhull_2020.2.bb > @@ -25,3 +25,5 @@ inherit cmake > SYSROOT_DIRS:append = " \ > ${bindir} \ > " > + > +BBCLASSEXTEND = "native" >
diff --git a/meta-oe/recipes-extended/qhull/qhull_2020.2.bb b/meta-oe/recipes-extended/qhull/qhull_2020.2.bb index 9efadbc7f4..3e3d1007e9 100644 --- a/meta-oe/recipes-extended/qhull/qhull_2020.2.bb +++ b/meta-oe/recipes-extended/qhull/qhull_2020.2.bb @@ -25,3 +25,5 @@ inherit cmake SYSROOT_DIRS:append = " \ ${bindir} \ " + +BBCLASSEXTEND = "native"