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:
Richard Purdie
2023-08-21 15:34:14 +01:00
parent 37ebe9907a
commit 33fec625ad

View File

@@ -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 \