diff mbox series

[meta-perl,kirkstone,1/5] libxml-libxml-perl: fix ptests

Message ID 20251027201015.4098472-1-skandigraun@gmail.com
State New
Headers show
Series [meta-perl,kirkstone,1/5] libxml-libxml-perl: fix ptests | expand

Commit Message

Gyorgy Sarvari Oct. 27, 2025, 8:10 p.m. UTC
Add missing dependencies.

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
---
 meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

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 \