[oe] [PATCH] liburi-perl: fix SRC_URI

Eric Bénard eric at eukrea.com
Tue Sep 21 08:55:55 UTC 2010


Signed-off-by: Eric Bénard <eric at eukrea.com>
---
 recipes/perl/liburi-perl_1.52.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/perl/liburi-perl_1.52.bb b/recipes/perl/liburi-perl_1.52.bb
index d9cf315..54f69da 100644
--- a/recipes/perl/liburi-perl_1.52.bb
+++ b/recipes/perl/liburi-perl_1.52.bb
@@ -2,9 +2,9 @@ DESCRIPTION = "Manipulates and accesses URI strings"
 SECTION = "libs"
 LICENSE = "Artistic|GPL"
 #RDEPENDS_${PN} += " libmime-base64-perl libnet-perl"
-PR = "r3"
+PR = "r4"
 
-SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/URI-${PV}.tar.gz"
+SRC_URI = "http://cpan.yimg.com/modules/by-authors/id/GAAS/URI-${PV}.tar.gz"
 
 S = "${WORKDIR}/URI-${PV}"
 
-- 
1.6.3.3





More information about the Openembedded-devel mailing list