[oe-commits] [meta-openembedded] 02/02: lcov: geninfo needs another perl module

git at git.openembedded.org git at git.openembedded.org
Fri Jan 17 06:33:59 UTC 2020


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit dcd719b714adedd28f026030d3ea037e560b9aac
Author: S. Lockwood-Childs <sjl at vctlabs.com>
AuthorDate: Thu Jan 16 21:57:29 2020 -0800

    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 at vctlabs.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-support/lcov/lcov_1.14.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-support/lcov/lcov_1.14.bb b/meta-oe/recipes-support/lcov/lcov_1.14.bb
index fd02f4a..26e797a 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} += " \
     perl \
     perl-module-filehandle \
     perl-module-getopt-std \
+    perl-module-digest-md5 \
     perl-module-digest-sha \
     perl-module-constant \
     perl-module-cwd \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list