2018-08-20 13:55:03 +02:00
|
|
|
config BR2_PACKAGE_PERL_DBD_MYSQL
|
|
|
|
bool "perl-dbd-mysql"
|
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP # mysql
|
|
|
|
depends on BR2_USE_MMU # mysql
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # mysql
|
|
|
|
select BR2_PACKAGE_MYSQL
|
2018-10-10 17:56:36 +02:00
|
|
|
select BR2_PACKAGE_PERL_DBI # runtime
|
2018-08-20 13:55:03 +02:00
|
|
|
help
|
2018-10-28 16:23:13 +01:00
|
|
|
A MySQL driver for the Perl5 Database Interface (DBI).
|
2018-08-20 13:55:03 +02:00
|
|
|
|
|
|
|
http://dbi.perl.org/
|
|
|
|
|
|
|
|
comment "perl-dbd-mysql needs a toolchain w/ dynamic library, C++, threads"
|
|
|
|
depends on BR2_USE_MMU
|
|
|
|
depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP || \
|
|
|
|
!BR2_TOOLCHAIN_HAS_THREADS
|