From e0794669927c5216bc35f3c79474988c92bb2865 Mon Sep 17 00:00:00 2001 From: Yoann Congal Date: Fri, 25 Jul 2025 21:19:58 +0200 Subject: [PATCH] qhull: add native variant 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 Signed-off-by: Yoann Congal Signed-off-by: Khem Raj --- 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"