[oe-commits] Roman I Khimov : libwww-perl: update to version 5.834

git version control git at git.openembedded.org
Thu Mar 18 18:31:35 UTC 2010


Module: openembedded.git
Branch: rik/perl-5.10
Commit: ed3db3b5e925b732f00b140d3b50af451748ba25
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ed3db3b5e925b732f00b140d3b50af451748ba25

Author: Roman I Khimov <khimov at altell.ru>
Date:   Thu Mar 18 18:07:38 2010 +0300

libwww-perl: update to version 5.834

Add more dependencies along the way

Signed-off-by: Roman I Khimov <khimov at altell.ru>

---

 recipes/perl/libwww-perl_5.808.bb |   18 ------------------
 recipes/perl/libwww-perl_5.834.bb |   22 ++++++++++++++++++++++
 2 files changed, 22 insertions(+), 18 deletions(-)

diff --git a/recipes/perl/libwww-perl_5.808.bb b/recipes/perl/libwww-perl_5.808.bb
deleted file mode 100644
index 886b5b7..0000000
--- a/recipes/perl/libwww-perl_5.808.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-DESCRIPTION = "libwww-perl provides a simple and consistent API to the World Wide Web"
-SECTION = "libs"
-LICENSE = "Artistic"
-DEPENDS = "liburi-perl-native"
-RDEPENDS = "liburi-perl"
-PR = "r3"
-
-SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/libwww-perl-${PV}.tar.gz"
-
-S = "${WORKDIR}/libwww-perl-${PV}"
-
-inherit cpan
-
-do_configure_append() {
-    sed -i -e "s|PERL_ARCHLIB = /usr/lib/perl/5.8|PERL_ARCHLIB = ${STAGING_LIBDIR_NATIVE}/perl/5.8.8|" Makefile
-}
-
-BBCLASSEXTEND="native"
diff --git a/recipes/perl/libwww-perl_5.834.bb b/recipes/perl/libwww-perl_5.834.bb
new file mode 100644
index 0000000..b37ed46
--- /dev/null
+++ b/recipes/perl/libwww-perl_5.834.bb
@@ -0,0 +1,22 @@
+DESCRIPTION = "libwww-perl provides a simple and consistent API to the World Wide Web"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+DEPENDS = "liburi-perl-native"
+RDEPENDS_${PN} += " \
+	libhtml-parser-perl \
+	libhtml-tagset-perl \
+	liburi-perl \
+	perl-module-digest-md5 \
+	perl-module-net-ftp \
+	"
+BBCLASSEXTEND = "native"
+
+PR = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/libwww-perl-${PV}.tar.gz;name=libwww-perl-${PV}"
+SRC_URI[libwww-perl-5.834.md5sum] = "f2ed8a461f76556c9caed9087f47c86c"
+SRC_URI[libwww-perl-5.834.sha256sum] = "1a50eb91d1deeca3be10982e129e786809ad6f0f8049b156e91e889e5a7288ff"
+
+S = "${WORKDIR}/libwww-perl-${PV}"
+
+inherit cpan
\ No newline at end of file





More information about the Openembedded-commits mailing list