summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/perl/dbd-mariadb_1.23.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/perl/dbd-mariadb_1.23.bb')
-rw-r--r--meta-oe/recipes-devtools/perl/dbd-mariadb_1.23.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-oe/recipes-devtools/perl/dbd-mariadb_1.23.bb b/meta-oe/recipes-devtools/perl/dbd-mariadb_1.23.bb
deleted file mode 100644
index 0eaf2137b6..0000000000
--- a/meta-oe/recipes-devtools/perl/dbd-mariadb_1.23.bb
+++ /dev/null
@@ -1,20 +0,0 @@
1DESPCRIPTION = "DBD::MariaDB is the Perl5 Database Interface driver for MariaDB and MySQL databases."
2HOMEPAGE = "https://metacpan.org/dist/DBD-MariaDB"
3LICENSE = "GPL-1.0-only"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=d0a06964340e5c0cde88b7af611f755c"
5
6DEPENDS = "libdbi-perl-native libdev-checklib-perl-native libmysqlclient"
7
8SRC_URI = "${CPAN_MIRROR}/authors/id/P/PA/PALI/DBD-MariaDB-${PV}.tar.gz"
9SRC_URI[sha256sum] = "0d0c76c660ddd55570e48f3e2fdea8f621a69ac0ed48190e8cfcafcb5e9b859d"
10
11RDEPENDS:${PN} = "libdbi-perl"
12
13S = "${WORKDIR}/DBD-MariaDB-${PV}"
14
15inherit cpan
16
17RDEPENDS:${PN}-ptest += " \
18 libtest-warnings-perl \
19 perl-module-test-more \
20"