diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2020-07-01 13:50:10 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-07-07 23:15:10 +0100 |
commit | 0809538dcf310d498b3b4bc8eb86ca1a97eba6ef (patch) | |
tree | 7f9d67fec7ff8b757e24249401ffd73c977fee8b /documentation/mega-manual | |
parent | 0919a3d337a802e54ca8550f1564e4eb2a093698 (diff) | |
download | poky-0809538dcf310d498b3b4bc8eb86ca1a97eba6ef.tar.gz |
oescripts: ignore whitespaces when comparing lines
list-packageconfig-flags.py determines the whitespace numbers according
to the longest package name. This is reasonable for the tool as it's
trying to generate pretty output.
However, in this selftest case, the output is hardcoded. This results in
"pinentry gtk2 libcap ncurses qt secret" not recognized
as correct as the expected line is:
"pinentry gtk2 libcap ncurses qt secret".
The difference is only about whitespaces. So we should ignore the whitespaces
when comparing lines.
(From OE-Core rev: 80bdd59c8fa8b20a5a1fe7b5e3f1ddb95ad13af6)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 17c89ad1596dbc7cefdd2c01dcd95aa9e93c5dc6)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/mega-manual')
0 files changed, 0 insertions, 0 deletions