4d016a1d98
When browsing the available Database packages, libdbi appears in the menuconfig as "lidbi". Fix the menuconfig entry by updating the relevant boolean name. Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
12 lines
302 B
Plaintext
12 lines
302 B
Plaintext
config BR2_PACKAGE_LIBDBI
|
|
bool "libdbi"
|
|
depends on !BR2_STATIC_LIBS
|
|
help
|
|
libdbi implements a database-independent abstraction layer
|
|
in C, similar to the DBI/DBD layer in Perl.
|
|
|
|
http://libdbi.sourceforge.net
|
|
|
|
comment "libdbi needs a toolchain w/ dynamic library"
|
|
depends on BR2_STATIC_LIBS
|