mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
bitbake.conf: drop pod2man from hosttools
pod2man writes the current date into manpages, and while later versions of it respect SOURCE_DATE_EPOCH and use that instead, earlier versions do not. This was found to cause reproducibility issues. This patch replaces host version of pod2man with one from perl-native. [YOCTO #13755] (From OE-Core rev: deda455b3c1829003a4cc14520f30e616be93dfb) 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
33fb77797e
commit
5249a8a3d5
@@ -18,6 +18,8 @@ TARGET_CC_ARCH += "${LDFLAGS}"
|
||||
|
||||
RDEPENDS_${PN} += "bash"
|
||||
|
||||
inherit perlnative
|
||||
|
||||
# For native builds we use the host Python
|
||||
PYTHONRDEPS = "python3 python3-shell python3-io python3-math python3-crypt python3-logging python3-fcntl python3-pickle python3-compression python3-stringold"
|
||||
PYTHONRDEPS_class-native = ""
|
||||
|
||||
Reference in New Issue
Block a user