aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-11-16 15:10:56 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2006-11-16 15:10:56 +0000
commit6dcc0c5a0c309db09208fed6a0589f07bbbd664a (patch)
tree1afadd4ddc671e266d36df0e3846dea974162711
parent0c1889318c31af03a9fba2d4cb10146cda2e514b (diff)
downloadopenembedded-6dcc0c5a0c309db09208fed6a0589f07bbbd664a.tar.gz
unzip: changed SRC_URI to one with mirrors in base.bbclass
-rw-r--r--packages/unzip/unzip_552.bb2
1 files changed, 1 insertions, 1 deletions
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}"