qhull: add native variant

Since commit 4042e529b9 ("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 <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Yoann Congal 2025-07-25 21:19:58 +02:00 committed by Khem Raj
parent bd6a43e5f1
commit e079466992
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -25,3 +25,5 @@ inherit cmake
SYSROOT_DIRS:append = " \
${bindir} \
"
BBCLASSEXTEND = "native"