From patchwork Tue Jul 10 19:18:45 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [oe-classic,v2] libpng: update SRC_URI Date: Tue, 10 Jul 2012 19:18:45 -0000 From: Apelete Seketeli X-Patchwork-Id: 31705 Message-Id: <1341947925-2828-1-git-send-email-apelete@seketeli.net> To: openembedded-devel@lists.openembedded.org Cc: Kristoffer Ericson 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