1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 00:39:46 +00:00

swig: Fix reproducibility issue

Remove hardcoding the build configuration into the help/version output
from swig to make the binaries reproducible.

(From OE-Core rev: 7ed28ae9717ea9dad4e131012186d5f08e8f0bec)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2021-03-01 00:11:10 +00:00
parent ab9e43134b
commit abfe88ca97
3 changed files with 20 additions and 1 deletions
@@ -44,7 +44,6 @@ exclude_packages = [
'python3-cython',
'qemu',
'ruby-ri-docs',
'swig',
'systemd-bootchart'
]