zip: hosting moved from http to ftp
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Sun, 17 Jan 2010 13:40:32 +0000 (14:40 +0100)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Sun, 17 Jan 2010 13:40:32 +0000 (14:40 +0100)
conf/checksums.ini
recipes/zip/zip.inc

index 5761d37..2eb330e 100644 (file)
@@ -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
 
index b115425..0ac4913 100644 (file)
@@ -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' \