From 8d8fad357ee54d5f439cf85f8e0cdae913b4c22a Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 1 Feb 2019 16:20:50 +0100 Subject: perl: add dependencies for optional modules Particularly the LSB test suite was failing due to missing crypt() support. [YOCTO #13160] (From OE-Core rev: 966b245a3a4fda1dc1333194e88fdbac34331b6a) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-devtools/perl-sanity/perl_5.28.1.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta') 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 dc6689738d..71653feb53 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) } -- cgit v1.2.3-54-g00ecf