diff options
author | Joshua Watt <JPEWhacker@gmail.com> | 2021-09-30 15:41:59 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-01 14:51:45 +0100 |
commit | 3115aa157de4df5a2e32bd54c8552d8b7a757925 (patch) | |
tree | 443590b721f25f2f6625d889a844eb9ad736d83d /meta/conf/sanity.conf | |
parent | cf08db9f832687068909209ae36d1c01ef50bed5 (diff) | |
download | poky-3115aa157de4df5a2e32bd54c8552d8b7a757925.tar.gz |
python3: Fix sysroot reproducibility
Fixes the reformatting of the sysconfigdata to be reproducible in the
sysroot as well as in the package. During this a bug was uncovered in
the way that the data was reformatted where it appears that python
cannot parse a single line of code over 40000 characters. To work around
this, pass a maximum with of "1" to pprint instead of sys.maxsize which
will cause it to wrap as often as possible and should keep it
reproducible.
(From OE-Core rev: 2def2c145c303f27d93ba73876d4c6b214f18166)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/sanity.conf')
0 files changed, 0 insertions, 0 deletions