summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/opkg-utils
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-01-31 19:49:35 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-03 00:10:11 +0000
commit5249a8a3d505e277b73e51ac0efe33512a71b58b (patch)
tree64a6bb27396a43bc65dc4bc94dc9dfed4cb6ce25 /meta/recipes-devtools/opkg-utils
parent33fb77797e7d1355d2fb5b259fdd027102361f0b (diff)
downloadpoky-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/recipes-devtools/opkg-utils')
-rw-r--r--meta/recipes-devtools/opkg-utils/opkg-utils_0.4.2.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/opkg-utils/opkg-utils_0.4.2.bb b/meta/recipes-devtools/opkg-utils/opkg-utils_0.4.2.bb
index 6495726500..8e7ef00b08 100644
--- a/meta/recipes-devtools/opkg-utils/opkg-utils_0.4.2.bb
+++ b/meta/recipes-devtools/opkg-utils/opkg-utils_0.4.2.bb
@@ -18,6 +18,8 @@ TARGET_CC_ARCH += "${LDFLAGS}"
18 18
19RDEPENDS_${PN} += "bash" 19RDEPENDS_${PN} += "bash"
20 20
21inherit perlnative
22
21# For native builds we use the host Python 23# For native builds we use the host Python
22PYTHONRDEPS = "python3 python3-shell python3-io python3-math python3-crypt python3-logging python3-fcntl python3-pickle python3-compression python3-stringold" 24PYTHONRDEPS = "python3 python3-shell python3-io python3-math python3-crypt python3-logging python3-fcntl python3-pickle python3-compression python3-stringold"
23PYTHONRDEPS_class-native = "" 25PYTHONRDEPS_class-native = ""