diff options
author | Romain Naour <romain.naour@gmail.com> | 2018-02-20 23:20:25 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-02-25 23:19:26 +0100 |
commit | 64ca9a51306d10862e3c04d7e9b1ee99557a9e4d (patch) | |
tree | 328548b8b41f662427f94ab735dc1d681a7af21e /utils/checkpackagelib/lib_patch.py | |
parent | fc73a401be45de4cabb49a55822d3730dc6add37 (diff) | |
download | buildroot-64ca9a51306d10862e3c04d7e9b1ee99557a9e4d.tar.gz buildroot-64ca9a51306d10862e3c04d7e9b1ee99557a9e4d.zip |
package/htop: remove 0xe2 from MetersPanel.c
This non ascii character trigger an issue with MakeHeader.py.
./scripts/MakeHeader.py MetersPanel.c
Traceback (most recent call last):
File "./scripts/MakeHeader.py", line 32, in <module>
for line in file.readlines():
File "[...]/output/host/lib/python3.6/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 956: ordinal not in range(128)
Fixes:
http://autobuild.buildroot.net/results/8ed/8edb78b054a265447fd0e83f67cba5f978be4ed6
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'utils/checkpackagelib/lib_patch.py')
0 files changed, 0 insertions, 0 deletions