mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02:00
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:
committed by
Richard Purdie
parent
d715262149
commit
8d8fad357e
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user