summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorYoann Congal <yoann.congal@smile.fr>2025-07-25 21:19:58 +0200
committerKhem Raj <raj.khem@gmail.com>2025-07-25 17:12:12 -0700
commite0794669927c5216bc35f3c79474988c92bb2865 (patch)
tree5b0cef3e0fd47123e11b9e0964b38bc61493f285 /meta-oe
parentbd6a43e5f1902f93469c5ccad6ddab56cdac8e95 (diff)
downloadmeta-openembedded-e0794669927c5216bc35f3c79474988c92bb2865.tar.gz
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 <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-extended/qhull/qhull_2020.2.bb2
1 files changed, 2 insertions, 0 deletions
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
25SYSROOT_DIRS:append = " \ 25SYSROOT_DIRS:append = " \
26 ${bindir} \ 26 ${bindir} \
27" 27"
28
29BBCLASSEXTEND = "native"