diff options
Diffstat (limited to 'recipes/perl/libhtml-parser-perl_3.60.bb')
-rw-r--r-- | recipes/perl/libhtml-parser-perl_3.60.bb | 2 |
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}" |