perl: Update modules that were effected by the cpan.bbclass changes:
authorJamie Lenehan <lenehan@twibble.org>
Tue, 26 Sep 2006 08:21:02 +0000 (08:21 +0000)
committerJamie Lenehan <lenehan@twibble.org>
Tue, 26 Sep 2006 08:21:02 +0000 (08:21 +0000)
- Remove the DEPENDS on perl since the cpan class now adds it.
- Bump PR to take into account the changed installation location.

packages/perl/libmail-sendmail-perl_0.79.bb
packages/perl/libnetserver-generic-perl_1.03.bb
packages/perl/libxml-parser-perl_2.34.bb

index 7e5cae4..73c157d 100644 (file)
@@ -1,7 +1,8 @@
 SECTION = "libs"
 LICENSE = "Artistic|GPL"
+PR = "r1"
+
 SRC_URI = "http://www.cpan.org/modules/by-module/Mail/Mail-Sendmail-${PV}.tar.gz"
-DEPENDS = "perl"
 
 S = "${WORKDIR}/Mail-Sendmail-${PV}"
 
index 3e3ea4d..95b7e55 100644 (file)
@@ -1,7 +1,9 @@
 SECTION = "libs"
 LICENSE = "Artistic|GPL"
+PR = "r1"
+
 SRC_URI = "http://www.cpan.org/modules/by-module/NetServer/NetServer-Generic-${PV}.tar.gz"
-DEPENDS = "perl"
+
 S = "${WORKDIR}/NetServer-Generic-${PV}"
 
 inherit cpan
index 8994737..f3e0cf4 100644 (file)
@@ -1,6 +1,9 @@
 SECTION = "libs"
-SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Parser-2.34.tar.gz"
 LICENSE = "Artistic"
+PR = "r1"
+
+SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Parser-2.34.tar.gz"
+
 S = "${WORKDIR}/XML-Parser-${PV}"
 
 inherit cpan