summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/perl/dbd-mariadb_1.24.bb
blob: 65f2ec232a806988722164b0eba00dae60cea508 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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] = "f977a25b4116a0a95a7c8a894fd37097abe19af9a6a9ed4d800604ec17873fe4"

RDEPENDS:${PN} = "libdbi-perl"

S = "${UNPACKDIR}/DBD-MariaDB-${PV}"

inherit cpan

RDEPENDS:${PN}-ptest += " \
	libtest-warnings-perl \
	perl-module-test-more \
"