mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-30 02:48:37 +00:00
libdbd-mysql-perl is broken with mariadb/gcc14 and upstream does not support mariadb. [https://github.com/perl5-dbi/DBD-mysql/issues/430] Use the perl database driver that is provided by the mariadb project instead. [https://mariadb.com/kb/en/perl-dbi] Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
21 lines
651 B
BlitzBasic
21 lines
651 B
BlitzBasic
DESPCRIPTION = "DBD::MariaDB is the Perl5 Database Interface driver for MariaDB and MySQL databases."
|
|
HOMEPAGE = "https://metacpan.org/dist/DBD-MariaDB"
|
|
LICENSE = "GPL-1.0-only"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=d0a06964340e5c0cde88b7af611f755c"
|
|
|
|
DEPENDS = "libdbi-perl-native libdev-checklib-perl-native libmysqlclient"
|
|
|
|
SRC_URI = "${CPAN_MIRROR}/authors/id/P/PA/PALI/DBD-MariaDB-${PV}.tar.gz"
|
|
SRC_URI[sha256sum] = "0d0c76c660ddd55570e48f3e2fdea8f621a69ac0ed48190e8cfcafcb5e9b859d"
|
|
|
|
RDEPENDS:${PN} = "libdbi-perl"
|
|
|
|
S = "${WORKDIR}/DBD-MariaDB-${PV}"
|
|
|
|
inherit cpan
|
|
|
|
RDEPENDS:${PN}-ptest += " \
|
|
libtest-warnings-perl \
|
|
perl-module-test-more \
|
|
"
|