From: Quentin Schulz <[email protected]> Native libxml2 is only needed for xmllint which in turn is only needed when build-tests meson option is enabled, which defaults to disabled and isn't enabled by the recipe.
We may need to revisit this if we add ptest support in mesa I assume. Let's remove it from the DEPENDS for now. Signed-off-by: Quentin Schulz <[email protected]> --- meta/recipes-graphics/mesa/mesa.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index b2dfc6130d..8e5f9657fd 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc @@ -44,7 +44,7 @@ do_install:append() { } # All dependencies **MUST** be -native. If not, then add a PACKAGECONFIG for it. -DEPENDS = "makedepend-native flex-native bison-native libxml2-native chrpath-replacement-native python3-mako-native gettext-native python3-pyyaml-native" +DEPENDS = "makedepend-native flex-native bison-native chrpath-replacement-native python3-mako-native gettext-native python3-pyyaml-native" EXTRANATIVEPATH += "chrpath-native" inherit meson pkgconfig python3native gettext features_check rust -- 2.53.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#230636): https://lists.openembedded.org/g/openembedded-core/message/230636 Mute This Topic: https://lists.openembedded.org/mt/117675189/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
