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 /recipes/zip | |
parent | cf19ee7045b64e6a0fab29a8eff732f2a6c062a9 (diff) |
zip: hosting moved from http to ftp
Diffstat (limited to 'recipes/zip')
-rw-r--r-- | recipes/zip/zip.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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' \ |