aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libdbd-sqlite-perl_1.29.bb
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-09-18 23:14:07 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-09-18 23:14:07 +0200
commitb7f3b349c67308ae697c950e7ef38b09ecefa2f9 (patch)
treed6cdae3c6fbede7673cf0dcbc8cee5485cbbb6a9 /recipes/perl/libdbd-sqlite-perl_1.29.bb
parent4cf7fa639883532a6bc767b40869d2875cd7f333 (diff)
downloadopenembedded-b7f3b349c67308ae697c950e7ef38b09ecefa2f9.tar.gz
libdbd-sqlite-perl: updated to 1.31; fixed depends
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/perl/libdbd-sqlite-perl_1.29.bb')
-rw-r--r--recipes/perl/libdbd-sqlite-perl_1.29.bb27
1 files changed, 0 insertions, 27 deletions
diff --git a/recipes/perl/libdbd-sqlite-perl_1.29.bb b/recipes/perl/libdbd-sqlite-perl_1.29.bb
deleted file mode 100644
index 1f0c5d2f92..0000000000
--- a/recipes/perl/libdbd-sqlite-perl_1.29.bb
+++ /dev/null
@@ -1,27 +0,0 @@
-DESCRIPTION = "PERL database interface driver for the SQLite database."
-SECTION = "libs"
-LICENSE = "Artistic GPL"
-DEPENDS_${PN} += "libdbi-perl-native"
-RDEPENDS_${PN} += "libdbi-perl \
- perl-module-file-spec \
- perl-module-file-path \
- perl-module-scalar-util \
- perl-module-list-util \
- perl-module-test \
- perl-module-test-more \
- perl-module-test-harness \
- perl-module-file-basename \
- perl-module-storable \
- perl-module-extutils-makemaker \
- perl-module-locale \
- perl-module-tie-hash \
-"
-PR = "r0"
-
-SRC_URI = "http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/DBD-SQLite-${PV}.tar.gz;name=dbdsqlite"
-SRC_URI[dbdsqlite.md5sum] = "2a47cea6ecff62508775d90151a8030f"
-SRC_URI[dbdsqlite.sha256sum] = "51d0d529e453ada1ce85772deb5cc4c86a2ebe9da2dd2fb0b40b77b555720867"
-
-S = "${WORKDIR}/DBD-SQLite-${PV}"
-
-inherit cpan