kumquat-buildroot/package/cmocka/Config.in
Peter Seiderer 7dfb9a9ce9 package/cmocka/Config.in: bool argument needs quotation marks
Fixes the following error/warnings with kconfig from linux-6.9-rc5:

  package/cmocka/Config.in:2: syntax error
  package/cmocka/Config.in:2: invalid statement
  package/cmocka/Config.in:3: invalid statement
  package/cmocka/Config.in:4: invalid statement
  [...]

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 4abda655e6)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2024-05-26 22:44:01 +02:00

16 lines
525 B
Plaintext

config BR2_PACKAGE_CMOCKA
bool "cmocka"
depends on !BR2_STATIC_LIBS
help
cmocka is an elegant unit testing framework for C with support
for mock objects. It only requires the standard C library,
works on a range of computing platforms (including embedded)
and with different compilers. It is a fork of Google's very
popular cmockery unit testing framework to fix bugs and
support it in the future.
https://cmocka.org
comment "cmocka needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS