diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-01-31 19:49:35 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-03 00:10:11 +0000 |
commit | 5249a8a3d505e277b73e51ac0efe33512a71b58b (patch) | |
tree | 64a6bb27396a43bc65dc4bc94dc9dfed4cb6ce25 /meta/conf/bitbake.conf | |
parent | 33fb77797e7d1355d2fb5b259fdd027102361f0b (diff) | |
download | poky-5249a8a3d505e277b73e51ac0efe33512a71b58b.tar.gz |
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>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index b6aa9f33e9..f7544b35c6 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -488,7 +488,7 @@ HOSTTOOLS += " \ | |||
488 | cpp cut date dd diff diffstat dirname du echo egrep env expand expr false \ | 488 | cpp cut date dd diff diffstat dirname du echo egrep env expand expr false \ |
489 | fgrep file find flock g++ gawk gcc getconf getopt git grep gunzip gzip \ | 489 | fgrep file find flock g++ gawk gcc getconf getopt git grep gunzip gzip \ |
490 | head hostname iconv id install ld ldd ln ls make makeinfo md5sum mkdir mknod \ | 490 | head hostname iconv id install ld ldd ln ls make makeinfo md5sum mkdir mknod \ |
491 | mktemp mv nm objcopy objdump od patch perl pod2man pr printf pwd \ | 491 | mktemp mv nm objcopy objdump od patch perl pr printf pwd \ |
492 | python3 ranlib readelf readlink realpath rm rmdir rpcgen sed seq sh sha256sum \ | 492 | python3 ranlib readelf readlink realpath rm rmdir rpcgen sed seq sh sha256sum \ |
493 | sleep sort split stat strings strip tail tar tee test touch tr true uname \ | 493 | sleep sort split stat strings strip tail tar tee test touch tr true uname \ |
494 | uniq wc wget which xargs \ | 494 | uniq wc wget which xargs \ |