meta-openembedded/meta-oe/recipes-devtools/perl/dbd-mariadb_1.24.bb
Alexander Kanavin fc78d37ff0
meta-openembedded/all: adapt to UNPACKDIR changes
Please see
https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265
for what changes are needed, and sed commands that can be used to make them en masse.

I've verified that bitbake -c patch world works with these, but did not run a world
build; the majority of recipes shouldn't need further fixups, but if there are
some that still fall out, they can be fixed in followups.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-06-25 06:44:52 -07:00

21 lines
653 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] = "f977a25b4116a0a95a7c8a894fd37097abe19af9a6a9ed4d800604ec17873fe4"
RDEPENDS:${PN} = "libdbi-perl"
S = "${UNPACKDIR}/DBD-MariaDB-${PV}"
inherit cpan
RDEPENDS:${PN}-ptest += " \
libtest-warnings-perl \
perl-module-test-more \
"