[oe-commits] Apelete Seketeli : libpng: update SRC_URI

git at git.openembedded.org git at git.openembedded.org
Mon Jul 30 21:14:47 UTC 2012


Module: openembedded.git
Branch: 2011.03-maintenance
Commit: 74506438a6daf51b922b0824e50c294ca0ade0ff
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=74506438a6daf51b922b0824e50c294ca0ade0ff

Author: Apelete Seketeli <apelete at seketeli.net>
Date:   Tue Jul 10 21:02:53 2012 +0200

libpng: update SRC_URI

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 <apelete at seketeli.net>

---

 recipes/libpng/libpng.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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





More information about the Openembedded-commits mailing list