[oe-commits] Frans Meulenbroeks : perl*: fixed URI

git version control git at git.openembedded.org
Thu Feb 11 21:41:29 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 8e6af3d8514b89a9e4f1b1a7ecb1ed87981ccc9a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8e6af3d8514b89a9e4f1b1a7ecb1ed87981ccc9a

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Thu Feb 11 22:39:33 2010 +0100

perl*: fixed URI

Triggered by the patch from Marcos Amorim
updated the URI for the perl recipes.
Only the last one is in the src dir, the older ones are in src/5.0
As this does not change things functionally no PR bump
(btw: it worked in the past since normally the cached version was used).

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 recipes/perl/perl-native_5.8.4.bb |    2 +-
 recipes/perl/perl-native_5.8.7.bb |    2 +-
 recipes/perl/perl_5.8.8.bb        |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/perl/perl-native_5.8.4.bb b/recipes/perl/perl-native_5.8.4.bb
index d3ecb67..688593e 100644
--- a/recipes/perl/perl-native_5.8.4.bb
+++ b/recipes/perl/perl-native_5.8.4.bb
@@ -8,7 +8,7 @@ inherit native
 
 DEPENDS = "virtual/db-native gdbm-native"
 
-SRC_URI = "http://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz"
+SRC_URI = "http://ftp.funet.fi/pub/CPAN/src/5.0/perl-${PV}.tar.gz"
 S = "${WORKDIR}/perl-${PV}"
 
 do_configure () {
diff --git a/recipes/perl/perl-native_5.8.7.bb b/recipes/perl/perl-native_5.8.7.bb
index d8ccd0c..ca15f44 100644
--- a/recipes/perl/perl-native_5.8.7.bb
+++ b/recipes/perl/perl-native_5.8.7.bb
@@ -8,7 +8,7 @@ inherit native
 
 DEPENDS = "virtual/db-native gdbm-native"
 
-SRC_URI = "http://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz \
+SRC_URI = "http://ftp.funet.fi/pub/CPAN/src/5.0/perl-${PV}.tar.gz \
            file://perl-5.8.8-gcc-4.2.patch;patch=1 \
            file://Configure-multilib.patch;patch=1"
 S = "${WORKDIR}/perl-${PV}"
diff --git a/recipes/perl/perl_5.8.8.bb b/recipes/perl/perl_5.8.8.bb
index edd3a83..45b85fb 100644
--- a/recipes/perl/perl_5.8.8.bb
+++ b/recipes/perl/perl_5.8.8.bb
@@ -10,7 +10,7 @@ PR = "r31"
 # Major part of version
 PVM = "5.8"
 
-SRC_URI = "ftp://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz \
+SRC_URI = "ftp://ftp.funet.fi/pub/CPAN/src/5.0/perl-${PV}.tar.gz \
         file://Makefile.patch;patch=1 \
         file://Makefile.SH.patch;patch=1 \
         file://makedepend-dash.patch;patch=1 \





More information about the Openembedded-commits mailing list