Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1 | SUMMARY = "A Perl DBI driver for MySQL" |
| 2 | DESCRIPTION = "DBD::mysql is the Perl5 Database Interface driver for \ |
| 3 | the MySQL database. In other words: DBD::mysql is an interface between \ |
| 4 | the Perl programming language and the MySQL programming API that comes \ |
| 5 | with the MySQL relational database management system. Most functions \ |
| 6 | provided by this programming API are supported. Some rarely used \ |
| 7 | functions are missing, mainly because no-one ever requested them. \ |
| 8 | " |
| 9 | HOMEPAGE = "http://search.cpan.org/~michielb/DBD-mysql-4.036/lib/DBD/mysql.pm" |
| 10 | |
| 11 | SECTION = "libs" |
| 12 | LICENSE = "Artistic-1.0 | GPL-1.0+" |
| 13 | DEPENDS += "libdbi-perl-native libmysqlclient" |
| 14 | |
| 15 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d0a06964340e5c0cde88b7af611f755c" |
| 16 | |
| 17 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MI/MICHIELB/DBD-mysql-${PV}.tar.gz \ |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 18 | file://0001-Use-API-function-for-reconnect.patch \ |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 19 | " |
| 20 | |
| 21 | SRC_URI[md5sum] = "4a00dd7f1c057931147c65dfc4901c36" |
| 22 | SRC_URI[sha256sum] = "629f865e8317f52602b2f2efd2b688002903d2e4bbcba5427cb6188b043d6f99" |
| 23 | |
| 24 | S = "${WORKDIR}/DBD-mysql-${PV}" |
| 25 | |
| 26 | inherit cpan |