mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/python-pydal/Config.in: bool argument needs quotation marks
Fixes the following error/warnings with kconfig from linux-6.9-rc5:
package/python-pydal/Config.in:2: syntax error
package/python-pydal/Config.in:2: invalid statement
package/python-pydal/Config.in:3: invalid statement
[...]
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 9f8d3f47d7)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
033a9a64a6
commit
c3ce1d642c
@@ -1,5 +1,5 @@
|
||||
config BR2_PACKAGE_PYTHON_PYDAL
|
||||
bool python-pydal
|
||||
bool "python-pydal"
|
||||
help
|
||||
pyDAL is a pure Python Database Abstraction Layer. It
|
||||
dynamically generates the SQL in real time using the
|
||||
|
||||
Reference in New Issue
Block a user