mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 13:39:49 +02:00
binutils: Add missing DEPENDS on pod2man
Otherwise this can be used from the host leading to output determinism issues where the output may have zero length files for man pages without it. Limit it to target only since we don't need this for native/cross. (From OE-Core rev: 77f615fd49efe4b38db030c602eff709e3bc0f14) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
require binutils.inc
|
||||
require binutils-${PV}.inc
|
||||
|
||||
DEPENDS += "zlib"
|
||||
# perl-native for pod2man for man page generation
|
||||
DEPENDS += "zlib perl-native"
|
||||
|
||||
EXTRA_OECONF += "--with-sysroot=/ \
|
||||
--enable-install-libbfd \
|
||||
|
||||
Reference in New Issue
Block a user