diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-16 15:10:56 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-16 15:10:56 +0000 |
commit | 6dcc0c5a0c309db09208fed6a0589f07bbbd664a (patch) | |
tree | 1afadd4ddc671e266d36df0e3846dea974162711 /packages/unzip/unzip_552.bb | |
parent | 0c1889318c31af03a9fba2d4cb10146cda2e514b (diff) |
unzip: changed SRC_URI to one with mirrors in base.bbclass
Diffstat (limited to 'packages/unzip/unzip_552.bb')
-rw-r--r-- | packages/unzip/unzip_552.bb | 2 |
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}" |