From 6f492a114246ff2f76dc5fbc713a2cdb157fb5cb Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 11 Dec 2025 15:50:41 +0000 Subject: [PATCH] libxml2: remove obsolete ptest RDEPENDS As part of the libxml2 2.10.3 upgrade[1] the run-ptest was moved from calling make to running the tests directly, but the make dependency was not removed. Also verified that there is no bash usage in the tests, so also remove the bash dependency. [1] oe-core ec5f380a142 ("libxml2: upgrade 2.9.14 -> 2.10.3") Signed-off-by: Ross Burton Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- meta/recipes-core/libxml/libxml2_2.15.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/libxml/libxml2_2.15.1.bb b/meta/recipes-core/libxml/libxml2_2.15.1.bb index a010c84f77..905688e834 100644 --- a/meta/recipes-core/libxml/libxml2_2.15.1.bb +++ b/meta/recipes-core/libxml/libxml2_2.15.1.bb @@ -31,7 +31,7 @@ inherit autotools pkgconfig binconfig-disabled ptest LDFLAGS:append:riscv64 = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-lld ptest', ' -fuse-ld=bfd', '', d)}" -RDEPENDS:${PN}-ptest += "bash make locale-base-en-us" +RDEPENDS:${PN}-ptest += "locale-base-en-us" RDEPENDS:${PN}-ptest:append:libc-musl = " musl-locales" RDEPENDS:${PN}-ptest:append:libc-glibc = " glibc-gconv-ebcdic-us \ glibc-gconv-ibm1141 \ -- 2.47.3