From patchwork Mon Jul 18 19:25:15 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [3/3] libpng: Corrected SRC_URI Date: Mon, 18 Jul 2011 19:25:15 -0000 From: Raymond Danks X-Patchwork-Id: 7767 Message-Id: <1311017115-28352-3-git-send-email-ray.danks@se-eng.com> To: openembedded-devel@lists.openembedded.org Point to the SOURCEFORGE_MIRROR as the other mirror had archived files and was periodically offline. Signed-off-by: Raymond Danks --- recipes/libpng/libpng.inc | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/recipes/libpng/libpng.inc b/recipes/libpng/libpng.inc index 7c6d247..3461c14 100644 --- a/recipes/libpng/libpng.inc +++ b/recipes/libpng/libpng.inc @@ -12,7 +12,8 @@ BBCLASSEXTEND = "native" RPROVIDES += "libpng3" -SRC_URI = "ftp://ftp.simplesystems.org/pub/png/src/libpng-${PV}.tar.bz2;name=libpng" +SRC_URI = "${SOURCEFORGE_MIRROR}/libpng/libpng-${PV}.tar.bz2;name=libpng" + S = "${WORKDIR}/libpng-${PV}" inherit autotools pkgconfig binconfig