From: Ross Burton Date: Wed, 15 Jul 2026 11:02:35 +0000 (+0100) Subject: libxml2: remove LSB-specific overrides X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=880751ab646badfecdf65047c8a9f0d8fa03bede;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git libxml2: remove LSB-specific overrides The linuxstdbase override was used by the poky-lsb distribution, which aimed to be compatible with the Linux Standard Base specification. LSB is long-dead and poky-lsb was removed back in 2018 with the thud release[1]. Clarify the recipe by deleting these obsolete and unused assignments. [1] meta-yocto 00fdefff55 ("poky-altcfg: Replace poky-lsb with poky-altcfg") Signed-off-by: Ross Burton Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/libxml/libxml2_2.15.3.bb b/meta/recipes-core/libxml/libxml2_2.15.3.bb index c98115cf9b..369f27ad2b 100644 --- a/meta/recipes-core/libxml/libxml2_2.15.3.bb +++ b/meta/recipes-core/libxml/libxml2_2.15.3.bb @@ -45,7 +45,6 @@ RDEPENDS:${PN}-ptest:append:libc-glibc = " glibc-gconv-ebcdic-us \ EXTRA_OECONF = "--without-debug --without-legacy --with-catalog --with-c14n" EXTRA_OECONF:class-native = "--without-legacy --with-c14n --with-zlib" EXTRA_OECONF:class-nativesdk = "--without-legacy --with-c14n --with-zlib" -EXTRA_OECONF:linuxstdbase = "--with-debug --with-legacy --with-c14n --with-zlib" python populate_packages:prepend () { # autonamer would call this libxml2-2, but we don't want that