diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-02-01 16:20:50 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-02 11:06:00 +0000 |
commit | 8d8fad357ee54d5f439cf85f8e0cdae913b4c22a (patch) | |
tree | 74f9ee2d8538b4c4b29f82ba979f9334100bcfd0 | |
parent | d715262149e3cd564dc3e2c2e74b1d0c115047f8 (diff) | |
download | poky-8d8fad357ee54d5f439cf85f8e0cdae913b4c22a.tar.gz |
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 <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/perl-sanity/perl_5.28.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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}" | |||
32 | 32 | ||
33 | inherit upstream-version-is-even | 33 | inherit upstream-version-is-even |
34 | 34 | ||
35 | DEPENDS += "db gdbm zlib virtual/crypt" | ||
36 | |||
35 | do_unpack_append() { | 37 | do_unpack_append() { |
36 | bb.build.exec_func('do_copy_perlcross', d) | 38 | bb.build.exec_func('do_copy_perlcross', d) |
37 | } | 39 | } |