| Message ID | 20260715110237.1692760-2-ross.burton@arm.com |
|---|---|
| State | New |
| Headers | show |
| Series | [1/4] base-files: remove LSB-specific overrides | expand |
diff --git a/meta/recipes-core/libxml/libxml2_2.15.3.bb b/meta/recipes-core/libxml/libxml2_2.15.3.bb index abf9889b3f3..096a719d1c4 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
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 <ross.burton@arm.com> --- meta/recipes-core/libxml/libxml2_2.15.3.bb | 1 - 1 file changed, 1 deletion(-)