diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-10-27 21:10:11 +0100 |
|---|---|---|
| committer | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-10-27 21:13:14 +0100 |
| commit | 39c4a8d1f551d8457a2dab93e5809fd3e4301268 (patch) | |
| tree | f9a7a79255e8eccb49a357f28b7faf774b85c33f /meta-perl | |
| parent | 0d9619b1bc77f29e55cef0bfbdd09206d5aafb20 (diff) | |
| download | meta-openembedded-39c4a8d1f551d8457a2dab93e5809fd3e4301268.tar.gz | |
libxml-libxml-perl: fix ptests
Add missing dependencies.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Diffstat (limited to 'meta-perl')
| -rw-r--r-- | meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 " | |||
| 47 | FILES:${PN}-dbg =+ "${libdir}/perl/vendor_perl/*/auto/XML/LibXML/.debug/" | 47 | FILES:${PN}-dbg =+ "${libdir}/perl/vendor_perl/*/auto/XML/LibXML/.debug/" |
| 48 | 48 | ||
| 49 | RDEPENDS:${PN}-ptest += " \ | 49 | RDEPENDS:${PN}-ptest += " \ |
| 50 | glibc-gconv-iso8859-2 \ | ||
| 51 | glibc-charmap-iso-8859-2 \ | ||
| 50 | liburi-perl \ | 52 | liburi-perl \ |
| 51 | perl-module-encode-byte \ | 53 | perl-module-encode-byte \ |
| 52 | perl-module-encode-unicode \ | 54 | perl-module-encode-unicode \ |
