diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-09-26 08:21:02 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2006-09-26 08:21:02 +0000 |
commit | efb4cd88349694b58003d7aca1da5394f4bfe38a (patch) | |
tree | c9da4b29f972bb1e8912eb4a117313dea8f8098e /packages/perl/libxml-parser-perl_2.34.bb | |
parent | f2a80b9819691d2d894c2fd3143b78eb42aa5e5f (diff) |
perl: Update modules that were effected by the cpan.bbclass changes:
- Remove the DEPENDS on perl since the cpan class now adds it.
- Bump PR to take into account the changed installation location.
Diffstat (limited to 'packages/perl/libxml-parser-perl_2.34.bb')
-rw-r--r-- | packages/perl/libxml-parser-perl_2.34.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/perl/libxml-parser-perl_2.34.bb b/packages/perl/libxml-parser-perl_2.34.bb index 89947376e6..f3e0cf43fc 100644 --- a/packages/perl/libxml-parser-perl_2.34.bb +++ b/packages/perl/libxml-parser-perl_2.34.bb @@ -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 |