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 <[email protected]>
---
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 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 \
--
2.43.0
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#227549):
https://lists.openembedded.org/g/openembedded-core/message/227549
Mute This Topic: https://lists.openembedded.org/mt/116730945/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-