Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-guiconfig.py-add-missing-import-re.patch | guiconfig.py: add missing import re Using the search in guiconfig.py leads to an error: File "/usr/lib/python3/dist-packages/guiconfig.py", line 1861, in _update_jump_to_matches except re.error as e: NameError: name 're' is not defined The error is reported upstream https://github.com/ulfalizer/Kconfiglib/issues/105 but the project is not maintained since 2020. |
Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | no | 2022-07-19 | ||
0002-modules-property.patch | Add rudimentary support for modules property In linux commit 6dd85ff178cd76851e2184b13e545f5a88d1be30, Linux Torvalds changed "option modules" to plain "modules" since it was the only option left. kconfiglib does not have much support for either besides parsing it and suppressing warnings when it is applied to the 'MODULES' symbol. Mirror this behaviour for the newer "modules" property. |
Helmut Grohne <helmut.grohne@intenta.de> | no | https://github.com/ulfalizer/Kconfiglib/pull/119 | 2022-04-21 |