diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2010-01-17 14:40:32 +0100 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2010-01-17 14:40:32 +0100 |
commit | 6b50319859eb0c2f7b9cf1d85804c622697b48bc (patch) | |
tree | 0e32558c7ed0264ac12458f2d58f7fc2d2c4195f | |
parent | cf19ee7045b64e6a0fab29a8eff732f2a6c062a9 (diff) |
zip: hosting moved from http to ftp
-rw-r--r-- | conf/checksums.ini | 2 | ||||
-rw-r--r-- | recipes/zip/zip.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini index 5761d3709e..2eb330e010 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 b1154251b6..0ac49139f4 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' \ |