]> code.ossystems Code Review - openembedded-core.git/commit
convert-overrides.py: also convert comments without a leading whitespace
authorChen Qi <Qi.Chen@windriver.com>
Fri, 6 Aug 2021 09:03:31 +0000 (02:03 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 12 Aug 2021 05:26:10 +0000 (06:26 +0100)
commit1994e3844c1aa6b595c0c18040e4f8240fa04438
tree849a86cb1233e7eead7038432c4e7cda2273d656
parent2c26d2c00b47df856fb2d9c35486b135094d46ac
convert-overrides.py: also convert comments without a leading whitespace

Currently lines like below are converted.
  e.g.
  # IMAGE_INSTALL_append = " A"

But lines without a leading whitespace are not converted.
  e.g.
  #IMAGE_INSTALL_append = " A"

We should be converting both.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/contrib/convert-overrides.py