mirror of
git://git.openembedded.org/meta-openembedded
synced 2025-12-31 13:38:06 +00:00
lcov: Add missing RDEPENDS
Found by just adding lcov to core-image-minimal, running geninfo and getting errors like. Can't locate Module/Load.pm in @INC (you may need to install the Module::Load module) ... at /usr/bin/geninfo line 63. BEGIN failed--compilation aborted at /usr/bin/geninfo line 63. Can't locate Module/Metadata.pm in @INC (you may need to install the Module::Metadata module) ... at /usr/lib/perl5/5.38.2/Module/Load/Conditional.pm line 14. BEGIN failed--compilation aborted at /usr/lib/perl5/5.38.2/Module/Load/Conditional.pm line 14. Compilation failed in require at /usr/bin/geninfo line 64. Signed-off-by: Claus Stovgaard <claus.stovgaard@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
7ec1c9afdf
commit
e7f560b9b8
@ -9,7 +9,9 @@ LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
libjson-perl \
|
||||
perl \
|
||||
perl-module-compress-zlib \
|
||||
perl-module-constant \
|
||||
perl-module-cwd \
|
||||
perl-module-digest-md5 \
|
||||
@ -27,6 +29,8 @@ RDEPENDS:${PN} += " \
|
||||
perl-module-getopt-long \
|
||||
perl-module-getopt-std \
|
||||
perl-module-list-util \
|
||||
perl-module-load \
|
||||
perl-module-metadata \
|
||||
perl-module-mro \
|
||||
perl-module-overload \
|
||||
perl-module-overload-numbers \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user