All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe-classic][PATCH] libpng: update SRC_URI
@ 2012-07-08 15:05 Apelete Seketeli
  2012-07-09  9:09 ` Andrei Gherzan
  0 siblings, 1 reply; 6+ messages in thread
From: Apelete Seketeli @ 2012-07-08 15:05 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Kristoffer Ericson

Update the SRC_URI of libpng.inc to ftp.lfs-matrix.net since
ftp.simplesystems.org seems to be down.

Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
---
 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..d18408b 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 = "http://ftp.lfs-matrix.net/pub/blfs/conglomeration/libpng/libpng-${PV}.tar.bz2;name=libpng"
 S = "${WORKDIR}/libpng-${PV}"
 
 inherit autotools pkgconfig binconfig
-- 
1.7.10




^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-07-10 19:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-08 15:05 [oe-classic][PATCH] libpng: update SRC_URI Apelete Seketeli
2012-07-09  9:09 ` Andrei Gherzan
2012-07-09 17:00   ` Apelete Seketeli
2012-07-09 20:28     ` Andrei Gherzan
2012-07-10 19:15       ` Apelete Seketeli
2012-07-10 19:18         ` [oe-classic][PATCH v2] " Apelete Seketeli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.