From patchwork Sun Jul 8 15:05:29 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [oe-classic] libpng: update SRC_URI Date: Sun, 08 Jul 2012 15:05:29 -0000 From: Apelete Seketeli X-Patchwork-Id: 31361 Message-Id: <1341759929-32341-1-git-send-email-apelete@seketeli.net> To: openembedded-devel@lists.openembedded.org Cc: Kristoffer Ericson Update the SRC_URI of libpng.inc to ftp.lfs-matrix.net since ftp.simplesystems.org seems to be down. Signed-off-by: Apelete Seketeli --- recipes/libpng/libpng.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/libpng/libpng.inc b/recipes/libpng/libpng.inc index 7c6d247..d18408b 100644 --- a/recipes/libpng/libpng.inc +++ b/recipes/libpng/libpng.inc @@ -12,7 +12,7 @@ BBCLASSEXTEND = "native" RPROVIDES += "libpng3" -SRC_URI = "ftp://ftp.simplesystems.org/pub/png/src/libpng-${PV}.tar.bz2;name=libpng" +SRC_URI = "http://ftp.lfs-matrix.net/pub/blfs/conglomeration/libpng/libpng-${PV}.tar.bz2;name=libpng" S = "${WORKDIR}/libpng-${PV}" inherit autotools pkgconfig binconfig