mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +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>
(cherry picked from commit e7f560b9b8)
Signed-off-by: Akash Hadke <akash.hadke27@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
c06d8dc3e5
commit
5412412b97
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user