[OE-core] [PATCH 2/2] perl: add dependencies for optional modules

Alexander Kanavin alex.kanavin at gmail.com
Fri Feb 1 15:20:50 UTC 2019


Particularly the LSB test suite was failing due to missing crypt() support.

[YOCTO #13160]

Signed-off-by: Alexander Kanavin <alex.kanavin at gmail.com>
---
 meta/recipes-devtools/perl-sanity/perl_5.28.1.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-devtools/perl-sanity/perl_5.28.1.bb b/meta/recipes-devtools/perl-sanity/perl_5.28.1.bb
index dc6689738d5..71653feb538 100644
--- a/meta/recipes-devtools/perl-sanity/perl_5.28.1.bb
+++ b/meta/recipes-devtools/perl-sanity/perl_5.28.1.bb
@@ -32,6 +32,8 @@ S = "${WORKDIR}/perl-${PV}"
 
 inherit upstream-version-is-even
 
+DEPENDS += "db gdbm zlib virtual/crypt"
+
 do_unpack_append() {
     bb.build.exec_func('do_copy_perlcross', d)
 }
-- 
2.17.1



More information about the Openembedded-core mailing list