Point to the SOURCEFORGE_MIRROR as the other mirror had archived files and was periodically offline.
Signed-off-by: Raymond Danks <[email protected]> --- 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 -- 1.7.0.4 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
