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>
This commit is contained in:
Alexander Kanavin
2019-02-01 16:20:50 +01:00
committed by Richard Purdie
parent d715262149
commit 8d8fad357e

View File

@@ -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)
}