From 6b50319859eb0c2f7b9cf1d85804c622697b48bc Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Sun, 17 Jan 2010 14:40:32 +0100 Subject: zip: hosting moved from http to ftp --- recipes/zip/zip.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/zip') 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' \ -- cgit v1.2.3