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>
This commit is contained in:
S. Lockwood-Childs
2020-01-16 21:57:29 -08:00
committed by Khem Raj
parent 8238ea0657
commit dcd719b714
@@ -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 \