From: Quentin Schulz Date: Fri, 6 Feb 2026 17:23:57 +0000 (+0100) Subject: mesa: remove libxml2-native dependency X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34ffdfee810b520d7b5ecc003c8cfb4b37d68811;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git mesa: remove libxml2-native dependency 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 Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- 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