| Message ID | 20251211155041.523217-1-ross.burton@arm.com |
|---|---|
| State | New |
| Headers | show |
| Series | libxml2: remove obsolete ptest RDEPENDS | expand |
diff --git a/meta/recipes-core/libxml/libxml2_2.15.1.bb b/meta/recipes-core/libxml/libxml2_2.15.1.bb index a010c84f779..905688e834b 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 \
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 <ross.burton@arm.com> --- meta/recipes-core/libxml/libxml2_2.15.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)