From: Marcin Juszkiewicz Date: Thu, 16 Nov 2006 15:10:56 +0000 (+0000) Subject: unzip: changed SRC_URI to one with mirrors in base.bbclass X-Git-Tag: Release-2010-05/1~9453^2~442 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dcc0c5a0c309db09208fed6a0589f07bbbd664a;p=openembedded.git unzip: changed SRC_URI to one with mirrors in base.bbclass --- diff --git a/packages/unzip/unzip_552.bb b/packages/unzip/unzip_552.bb index ead9624d93..2f06e1b1c6 100644 --- a/packages/unzip/unzip_552.bb +++ b/packages/unzip/unzip_552.bb @@ -3,7 +3,7 @@ SECTION = "console/utils" LICENSE = "Info-ZIP" PR = "r1" -SRC_URI = "ftp://ftp.info-zip.org/pub/infozip/src/unzip${PV}.tar.gz" +SRC_URI = "http://ftp.info-zip.org/pub/infozip/src/unzip${PV}.tar.gz" S = "${WORKDIR}/unzip-5.52" export LD = "${CC}"