diff options
Diffstat (limited to 'meta-oe/recipes-devtools')
| -rw-r--r-- | meta-oe/recipes-devtools/perl/libdbi-perl_1.636.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/perl/libdbi-perl_1.636.bb b/meta-oe/recipes-devtools/perl/libdbi-perl_1.636.bb new file mode 100644 index 0000000000..085b904938 --- /dev/null +++ b/meta-oe/recipes-devtools/perl/libdbi-perl_1.636.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | SUMMARY = "The Perl Database Interface" | ||
| 2 | DESCRIPTION = "DBI is a database access Application Programming Interface \ | ||
| 3 | (API) for the Perl Language. The DBI API Specification defines a set \ | ||
| 4 | of functions, variables and conventions that provide a consistent \ | ||
| 5 | database interface independent of the actual database being used. \ | ||
| 6 | " | ||
| 7 | HOMEPAGE = "http://search.cpan.org/dist/DBI/" | ||
| 8 | SECTION = "libs" | ||
| 9 | LICENSE = "Artistic-1.0 | GPL-1.0+" | ||
| 10 | RDEPENDS_${PN} = " perl-module-carp \ | ||
| 11 | perl-module-exporter \ | ||
| 12 | perl-module-exporter-heavy \ | ||
| 13 | perl-module-dynaloader \ | ||
| 14 | " | ||
| 15 | |||
| 16 | LIC_FILES_CHKSUM = "file://DBI.pm;beginline=8147;endline=8151;md5=2e5f6cf47e5ad7b77dcb6172edc29292" | ||
| 17 | |||
| 18 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TI/TIMB/DBI-${PV}.tar.gz" | ||
| 19 | SRC_URI[md5sum] = "60f291e5f015550dde71d1858dfe93ba" | ||
| 20 | SRC_URI[sha256sum] = "8f7ddce97c04b4b7a000e65e5d05f679c964d62c8b02c94c1a7d815bb2dd676c" | ||
| 21 | |||
| 22 | S = "${WORKDIR}/DBI-${PV}" | ||
| 23 | |||
| 24 | inherit cpan | ||
| 25 | |||
| 26 | BBCLASSEXTEND = "native" | ||
