diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-21 17:11:52 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-21 22:29:57 +0000 |
commit | 1e9a075287757cbd15a7605ba049321fad5cb4ee (patch) | |
tree | 4a332e6534ff2472b885870d110e1b7f7292ee85 /meta/lib | |
parent | fd4989e5ea48b289eb7377da423e2e547591881e (diff) | |
download | poky-1e9a075287757cbd15a7605ba049321fad5cb4ee.tar.gz |
groff: Fix reproducibility issue
groff chooses a default papersize depending on the value from /etc/papersize
and failing that, the search domain in /etc/resolv.conf based on the comment
in configure:
"""
If the top-level domain is two letters and it's not 'us' or 'ca'
then they probably use A4 paper.
"""
Oddly, my system sets to "a4" in /etc/papersize which means it defaults to
"letter" since its != "A4".
These defaults ripple through to cause the output of man-db to change depending
on which default value was selected.
To resolve this, set a default of "A4" since that covers the larger population
of the two default values.
(From OE-Core rev: 6cb511bfbd18258c782ee18f054a2590e4daaddc)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib')
0 files changed, 0 insertions, 0 deletions