[oe-commits] Frans Meulenbroeks : libdbd-sqlite-perl: updated to 1.31; fixed depends

git version control git at git.openembedded.org
Sat Sep 18 21:15:00 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b7f3b349c67308ae697c950e7ef38b09ecefa2f9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b7f3b349c67308ae697c950e7ef38b09ecefa2f9

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Sat Sep 18 23:14:07 2010 +0200

libdbd-sqlite-perl: updated to 1.31; fixed depends

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 ...ite-perl_1.29.bb => libdbd-sqlite-perl_1.31.bb} |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes/perl/libdbd-sqlite-perl_1.29.bb b/recipes/perl/libdbd-sqlite-perl_1.31.bb
similarity index 74%
rename from recipes/perl/libdbd-sqlite-perl_1.29.bb
rename to recipes/perl/libdbd-sqlite-perl_1.31.bb
index 1f0c5d2..4c5ca6e 100644
--- a/recipes/perl/libdbd-sqlite-perl_1.29.bb
+++ b/recipes/perl/libdbd-sqlite-perl_1.31.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "PERL database interface driver for the SQLite database."
 SECTION = "libs"
 LICENSE = "Artistic GPL"
-DEPENDS_${PN} += "libdbi-perl-native"
+DEPENDS += "libdbi-perl-native"
 RDEPENDS_${PN} += "libdbi-perl \
          perl-module-file-spec \
          perl-module-file-path \
@@ -18,9 +18,9 @@ RDEPENDS_${PN} += "libdbi-perl \
 "
 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"
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/DBD-SQLite-${PV}.tar.gz"
+SRC_URI[md5sum] = "67b3575104efd606c8093bc416e3338d"
+SRC_URI[sha256sum] = "987e5446dea3dbdfb3aea5b27dbed8526af1733e3eb01ea59a6435ebba5b29f6"
 
 S = "${WORKDIR}/DBD-SQLite-${PV}"
 





More information about the Openembedded-commits mailing list