From 39c4a8d1f551d8457a2dab93e5809fd3e4301268 Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Mon, 27 Oct 2025 21:10:11 +0100 Subject: [PATCH] libxml-libxml-perl: fix ptests Add missing dependencies. Signed-off-by: Gyorgy Sarvari --- meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb b/meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb index c2ea47ae5b..60352bc648 100644 --- a/meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb +++ b/meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb @@ -47,6 +47,8 @@ BUILD_CFLAGS += " -D_GNU_SOURCE " FILES:${PN}-dbg =+ "${libdir}/perl/vendor_perl/*/auto/XML/LibXML/.debug/" RDEPENDS:${PN}-ptest += " \ + glibc-gconv-iso8859-2 \ + glibc-charmap-iso-8859-2 \ liburi-perl \ perl-module-encode-byte \ perl-module-encode-unicode \