summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/lcov
diff options
context:
space:
mode:
authorS. Lockwood-Childs <sjl@vctlabs.com>2020-01-16 21:57:29 -0800
committerKhem Raj <raj.khem@gmail.com>2020-01-16 22:33:46 -0800
commitdcd719b714adedd28f026030d3ea037e560b9aac (patch)
treed3aa263b8999e507e5fa4545fc4949465e3acd52 /meta-oe/recipes-support/lcov
parent8238ea06571182952bbab4069d3ec3186515106e (diff)
downloadmeta-openembedded-dcd719b714adedd28f026030d3ea037e560b9aac.tar.gz
lcov: geninfo needs another perl module
Fixes error when running geninfo: Can't locate Digest/MD5.pm in @INC (you may need to install the Digest::MD5 module) (@INC contains: <snip>) at geninfo line 58. Signed-off-by: S. Lockwood-Childs <sjl@vctlabs.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/lcov')
-rwxr-xr-xmeta-oe/recipes-support/lcov/lcov_1.14.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/lcov/lcov_1.14.bb b/meta-oe/recipes-support/lcov/lcov_1.14.bb
index fd02f4a76..26e797aa6 100755
--- a/meta-oe/recipes-support/lcov/lcov_1.14.bb
+++ b/meta-oe/recipes-support/lcov/lcov_1.14.bb
@@ -13,6 +13,7 @@ RDEPENDS_${PN} += " \
13 perl \ 13 perl \
14 perl-module-filehandle \ 14 perl-module-filehandle \
15 perl-module-getopt-std \ 15 perl-module-getopt-std \
16 perl-module-digest-md5 \
16 perl-module-digest-sha \ 17 perl-module-digest-sha \
17 perl-module-constant \ 18 perl-module-constant \
18 perl-module-cwd \ 19 perl-module-cwd \