]> git.sur5r.net Git - u-boot/commit
kconfiglib: update to the latest version
authorUlf Magnusson <ulfalizer@gmail.com>
Thu, 13 Aug 2015 17:55:40 +0000 (19:55 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 28 Aug 2015 16:33:13 +0000 (12:33 -0400)
commit90c36d8ab91f07679145f7fe79d7a20d4b016b31
treed6e21620bfc83bb596934088d9b3c27e0abbf8ca
parent76cff2b10857c86211ef60024e672ce178cb6d69
kconfiglib: update to the latest version

Corresponds to ba71a0e (Fix _parse_block() 'parent' documentation re.
ifs.) from upstream, just adding the SPDX tag.

Has performance improvements, code cleanup, Python 3 support, and various
small fixes, including the following:

  - Unset user values when loading a zero-byte .config. (5e54e2c)
  - Ignore indented .config assignments. (f8a7510)
  - Do not require $srctree to be set for non-kernel projects. (d56e9c1)
  - Report correct locations in the presence of continuation lines.
    (0cebc87)
Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com>
tools/buildman/kconfiglib.py