From 65fcceed89baf36a0ed9290aeb1f94bf94e5c921 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sat, 3 Jan 2026 23:43:22 +0100 Subject: [PATCH] package/perl-dbd-mysql: update dependency comments Since commit 8708f3a23a7e28fdb04fc57406e13e6b7ff4a337 ("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 Signed-off-by: Julien Olivain --- package/perl-dbd-mysql/Config.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/perl-dbd-mysql/Config.in b/package/perl-dbd-mysql/Config.in index eff76f5b61..b430e44027 100644 --- a/package/perl-dbd-mysql/Config.in +++ b/package/perl-dbd-mysql/Config.in @@ -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