summaryrefslogtreecommitdiffstats
path: root/recipes/perl/libx10-perl_0.03.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/libx10-perl_0.03.bb
parent624e76067d3f349a84d4fe68d18dcc5d67493719 (diff)
downloadopenembedded-f1411dd54d75437685447a959b79cc56d3d38cfc.tar.gz
perl: various recipes did not have ${PV} in URI, replaced
Diffstat (limited to 'recipes/perl/libx10-perl_0.03.bb')
-rw-r--r--recipes/perl/libx10-perl_0.03.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/perl/libx10-perl_0.03.bb b/recipes/perl/libx10-perl_0.03.bb
index 18da384363..ce4080053d 100644
--- a/recipes/perl/libx10-perl_0.03.bb
+++ b/recipes/perl/libx10-perl_0.03.bb
@@ -3,7 +3,7 @@ SECTION = "libs"
LICENSE = "Artistic|GPL"
PR = "r1"
-SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RO/ROBF/X10-0.03.tar.gz"
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RO/ROBF/X10-${PV}.tar.gz"
S = "${WORKDIR}/X10-${PV}"