aboutsummaryrefslogtreecommitdiffstats
path: root/packages/perl/libxml-parser-perl_2.34.bb
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2006-10-04 02:37:54 +0000
committerJamie Lenehan <lenehan@twibble.org>2006-10-04 02:37:54 +0000
commit7d7dd39f5d9c644849e5bf0e278638a19b947450 (patch)
treea624ef39f08a6a033b043664728d4e0f8ad9078c /packages/perl/libxml-parser-perl_2.34.bb
parentf8d7743c3aba8f3431ac504e4f99da9139766d49 (diff)
downloadopenembedded-7d7dd39f5d9c644849e5bf0e278638a19b947450.tar.gz
perl modules: Update the SRC_URI on all the modules to use PV to refer to
the version so upgrades are easier.
Diffstat (limited to 'packages/perl/libxml-parser-perl_2.34.bb')
-rw-r--r--packages/perl/libxml-parser-perl_2.34.bb2
1 files changed, 1 insertions, 1 deletions
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}"