diff options
author | Ulf Magnusson <ulfalizer@gmail.com> | 2015-06-10 15:40:25 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-06-11 22:10:01 +0200 |
commit | 00cc2431701929728df5b616f2e51268053cfd2c (patch) | |
tree | 48be3d5da06f03d865165fc1c34abe42fbae6311 /support/scripts/readme.kconfiglib | |
parent | 58a34b3c7fc8aacba937da6f0f306365343b128e (diff) | |
download | buildroot-00cc2431701929728df5b616f2e51268053cfd2c.tar.gz buildroot-00cc2431701929728df5b616f2e51268053cfd2c.zip |
support: update Kconfiglib to the latest version
Corresponds to a95f477 in https://github.com/ulfalizer/Kconfiglib.
Fixes:
- 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)
- Allow digits in $-references to symbols. (ecacdd5)
- Add Symbol.is_allnoconfig_y(). (deaa624)
- Fix small output issue with Comments inside Choices.
Also adds Python 3 support and has a lot of internal cleanup and
optimization.
Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'support/scripts/readme.kconfiglib')
-rw-r--r-- | support/scripts/readme.kconfiglib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/scripts/readme.kconfiglib b/support/scripts/readme.kconfiglib index 5c82b6f71a..4b653b8446 100644 --- a/support/scripts/readme.kconfiglib +++ b/support/scripts/readme.kconfiglib @@ -8,7 +8,7 @@ This python module, developped by Ulf Magnusson and released under the ISC license, is fetched from: https://github.com/ulfalizer/Kconfiglib -commit: 02103fba9ae32a78291af53e50ee5d4bb3f69c1e +commit: a95f477eafc0b6708c3ce671fce7302ecec4f789 Kconfiglib license ~~~~~~~~~~~~~~~~~~ |