]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
kconfiglib: update to the latest version
authorUlf Magnusson <ulfalizer@gmail.com>
Thu, 13 Aug 2015 17:55:40 +0000 (19:55 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 09:29:49 +0000 (11:29 +0200)
commit582eb51e632f142ed06c5cfb83228d56bf74f171
tree2320caa9382780f1b1ec1c120a47ef8e7d0d6db7
parentf3b3425b2c7be8793b91f28731472b80f32e9755
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