From 42b87cb03280cc3201df67cccf193c891018f519 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sun, 9 Jun 2024 21:55:37 +0200 Subject: libdbd-mysql-perl: update 4.050 -> 5.006 Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- .../perl/libdbd-mysql-perl_4.050.bb | 24 ---------------------- .../perl/libdbd-mysql-perl_5.006.bb | 24 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 meta-oe/recipes-devtools/perl/libdbd-mysql-perl_4.050.bb create mode 100644 meta-oe/recipes-devtools/perl/libdbd-mysql-perl_5.006.bb (limited to 'meta-oe/recipes-devtools') diff --git a/meta-oe/recipes-devtools/perl/libdbd-mysql-perl_4.050.bb b/meta-oe/recipes-devtools/perl/libdbd-mysql-perl_4.050.bb deleted file mode 100644 index 9199979147..0000000000 --- a/meta-oe/recipes-devtools/perl/libdbd-mysql-perl_4.050.bb +++ /dev/null @@ -1,24 +0,0 @@ -SUMMARY = "A Perl DBI driver for MySQL" -DESCRIPTION = "DBD::mysql is the Perl5 Database Interface driver for \ -the MySQL database. In other words: DBD::mysql is an interface between \ -the Perl programming language and the MySQL programming API that comes \ -with the MySQL relational database management system. Most functions \ -provided by this programming API are supported. Some rarely used \ -functions are missing, mainly because no-one ever requested them. \ -" -HOMEPAGE = "https://github.com/perl5-dbi/DBD-mysql" - -SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-1.0-or-later" -DEPENDS += "libdev-checklib-perl-native libdbi-perl-native libmysqlclient" - -LIC_FILES_CHKSUM = "file://LICENSE;md5=d0a06964340e5c0cde88b7af611f755c" - -SRCREV = "9b5b70ea372f49fe9bc9e592dae3870596d1e3d6" -SRC_URI = "git://github.com/perl5-dbi/DBD-mysql.git;protocol=https;branch=master" - -S = "${WORKDIR}/git" - -inherit cpan - -EXTRA_OEMAKE = ' CC="${CC} -Wno-incompatible-pointer-types"' diff --git a/meta-oe/recipes-devtools/perl/libdbd-mysql-perl_5.006.bb b/meta-oe/recipes-devtools/perl/libdbd-mysql-perl_5.006.bb new file mode 100644 index 0000000000..9199979147 --- /dev/null +++ b/meta-oe/recipes-devtools/perl/libdbd-mysql-perl_5.006.bb @@ -0,0 +1,24 @@ +SUMMARY = "A Perl DBI driver for MySQL" +DESCRIPTION = "DBD::mysql is the Perl5 Database Interface driver for \ +the MySQL database. In other words: DBD::mysql is an interface between \ +the Perl programming language and the MySQL programming API that comes \ +with the MySQL relational database management system. Most functions \ +provided by this programming API are supported. Some rarely used \ +functions are missing, mainly because no-one ever requested them. \ +" +HOMEPAGE = "https://github.com/perl5-dbi/DBD-mysql" + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +DEPENDS += "libdev-checklib-perl-native libdbi-perl-native libmysqlclient" + +LIC_FILES_CHKSUM = "file://LICENSE;md5=d0a06964340e5c0cde88b7af611f755c" + +SRCREV = "9b5b70ea372f49fe9bc9e592dae3870596d1e3d6" +SRC_URI = "git://github.com/perl5-dbi/DBD-mysql.git;protocol=https;branch=master" + +S = "${WORKDIR}/git" + +inherit cpan + +EXTRA_OEMAKE = ' CC="${CC} -Wno-incompatible-pointer-types"' -- cgit v1.2.3-54-g00ecf