Przeglądaj źródła

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>
Peter Seiderer 1 rok temu
rodzic
commit
9f8d3f47d7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      package/python-pydal/Config.in

+ 1 - 1
package/python-pydal/Config.in

@@ -1,5 +1,5 @@
 config BR2_PACKAGE_PYTHON_PYDAL
 config BR2_PACKAGE_PYTHON_PYDAL
-	bool python-pydal
+	bool "python-pydal"
 	help
 	help
 	  pyDAL is a pure Python Database Abstraction Layer.  It
 	  pyDAL is a pure Python Database Abstraction Layer.  It
 	  dynamically generates the SQL in real time using the
 	  dynamically generates the SQL in real time using the