mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/perl-dbd-mysql: update dependency comments
Since commit 8708f3a23a ("package/mysql:
drop virtual package"), we no longer have mysql as a virtual package,
and therefore perl-dbd-mysql directly selects mariadb. As part of
that, the comments related to the dependencies have not been updated
accordingly. Fix that up.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
d0034ff965
commit
65fcceed89
@@ -1,9 +1,9 @@
|
||||
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
|
||||
depends on BR2_INSTALL_LIBSTDCPP # mariadb
|
||||
depends on BR2_USE_MMU # mariadb
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # mariadb
|
||||
select BR2_PACKAGE_MARIADB
|
||||
select BR2_PACKAGE_PERL_DBI # runtime
|
||||
help
|
||||
|
||||
Reference in New Issue
Block a user