aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libhtml-parser-perl_3.60.bb
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-01-02 18:16:05 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-01-02 18:16:05 +0100
commitf1411dd54d75437685447a959b79cc56d3d38cfc (patch)
treed96cbf63339e8556f4c0658dbddb1721b6789427 /recipes/perl/libhtml-parser-perl_3.60.bb
parent624e76067d3f349a84d4fe68d18dcc5d67493719 (diff)
downloadopenembedded-f1411dd54d75437685447a959b79cc56d3d38cfc.tar.gz
perl: various recipes did not have ${PV} in URI, replaced
Diffstat (limited to 'recipes/perl/libhtml-parser-perl_3.60.bb')
-rw-r--r--recipes/perl/libhtml-parser-perl_3.60.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/perl/libhtml-parser-perl_3.60.bb b/recipes/perl/libhtml-parser-perl_3.60.bb
index 5cafb8ab59..863cc47a54 100644
--- a/recipes/perl/libhtml-parser-perl_3.60.bb
+++ b/recipes/perl/libhtml-parser-perl_3.60.bb
@@ -8,7 +8,7 @@ RDEPENDS = "perl-module-test-more \
perl-module-test-simple \
libhtml-tagset-perl"
-SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTML-Parser-3.60.tar.gz"
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTML-Parser-${PV}.tar.gz"
S = "${WORKDIR}/HTML-Parser-${PV}"