mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-24 11:40:17 +00:00
libmodule-build-tiny-perl: add perl-module-perlio-encoding to RDEPENDS
Build.PL writes MYMETA.json through CPAN::Meta, which opens it with an :encoding() layer. Without PerlIO::encoding installed this fails: Unknown PerlIO layer "encoding" at .../CPAN/Meta.pm line 412. Error opening 'MYMETA.json' for writing: No such file or directory and t/simple fails. meta-perl-image-ptest-libmodule-build-tiny-perl on qemux86-64 now passes. AI-Generated: Uses Claude Code Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -46,6 +46,7 @@ RDEPENDS:${PN} += " \
|
||||
perl-module-metadata \
|
||||
perl-module-parse-cpan-meta \
|
||||
perl-module-perl-ostype \
|
||||
perl-module-perlio-encoding \
|
||||
perl-module-pod-man \
|
||||
perl-module-tap-harness-env \
|
||||
perl-module-test-more \
|
||||
|
||||
Reference in New Issue
Block a user