[oe-commits] Rolf Leggewie : zip: hosting moved from http to ftp

git version control git at git.openembedded.org
Sun Jan 17 14:17:02 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 6b50319859eb0c2f7b9cf1d85804c622697b48bc
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6b50319859eb0c2f7b9cf1d85804c622697b48bc

Author: Rolf Leggewie <oe-devel at rolf.leggewie.biz>
Date:   Sun Jan 17 14:40:32 2010 +0100

zip: hosting moved from http to ftp

---

 conf/checksums.ini  |    2 +-
 recipes/zip/zip.inc |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 5761d37..2eb330e 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -32086,7 +32086,7 @@ sha256=2822148fdf6f2054b51c776db21f71e817761c225b370ab3f3ce7efe3711368f
 md5=1fa62e2309fa52e26a5594cc38911aee
 sha256=2822148fdf6f2054b51c776db21f71e817761c225b370ab3f3ce7efe3711368f
 
-[http://ftp.info-zip.org/pub/infozip/src/zip232.tar.gz]
+[ftp://ftp.info-zip.org/pub/infozip/src/zip232.tar.gz]
 md5=8a4da4460386e324debe97f3b7fe4d96
 sha256=d0d3743f732a9baa162f80d0c4567b9c545b41a3385825042113810f2a56eb2f
 
diff --git a/recipes/zip/zip.inc b/recipes/zip/zip.inc
index b115425..0ac4913 100644
--- a/recipes/zip/zip.inc
+++ b/recipes/zip/zip.inc
@@ -2,7 +2,7 @@ DESCRIPTION = "Archiver for .zip files"
 SECTION = "console/utils"
 LICENSE = "Info-ZIP"
 
-SRC_URI = "http://ftp.info-zip.org/pub/infozip/src/zip${@bb.data.getVar('PV',d,1).replace('.', '')}.tar.gz"
+SRC_URI = "ftp://ftp.info-zip.org/pub/infozip/src/zip${@bb.data.getVar('PV',d,1).replace('.', '')}.tar.gz"
 
 EXTRA_OEMAKE = "'CC=${CC}' 'BIND=${CC} ${LDFLAGS}' 'AS=${CC} -c' 'CPP=${CPP}' \
 		'CFLAGS=-I. -DUNIX ${CFLAGS} ${LDFLAGS}' 'LFLAGS1=${LDFLAGS}' 'INSTALL=install' \





More information about the Openembedded-commits mailing list