From patchwork Thu Jul 19 17:20:34 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2011.03-maintenance,3/9] libpng: update SRC_URI Date: Thu, 19 Jul 2012 17:20:34 -0000 From: Apelete Seketeli X-Patchwork-Id: 32611 Message-Id: <74506438a6daf51b922b0824e50c294ca0ade0ff.1342677799.git.apelete@seketeli.net> To: openembedded-devel@lists.openembedded.org Update the SRC_URI of libpng.inc since the libpng-1.2.44 source package has been moved to another directory on ftp.simplesystems.org. 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..bb2540b 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 = "ftp://ftp.simplesystems.org/pub/libpng/png/src/history/libpng12/libpng-${PV}.tar.bz2;name=libpng" S = "${WORKDIR}/libpng-${PV}" inherit autotools pkgconfig binconfig