From 7d7dd39f5d9c644849e5bf0e278638a19b947450 Mon Sep 17 00:00:00 2001 From: Jamie Lenehan Date: Wed, 4 Oct 2006 02:37:54 +0000 Subject: perl modules: Update the SRC_URI on all the modules to use PV to refer to the version so upgrades are easier. --- packages/perl/libxml-parser-perl_2.34.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/perl/libxml-parser-perl_2.34.bb') diff --git a/packages/perl/libxml-parser-perl_2.34.bb b/packages/perl/libxml-parser-perl_2.34.bb index f3e0cf43fc..b8be9a3791 100644 --- a/packages/perl/libxml-parser-perl_2.34.bb +++ b/packages/perl/libxml-parser-perl_2.34.bb @@ -2,7 +2,7 @@ SECTION = "libs" LICENSE = "Artistic" PR = "r1" -SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Parser-2.34.tar.gz" +SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Parser-${PV}.tar.gz" S = "${WORKDIR}/XML-Parser-${PV}" -- cgit 1.2.3-korg