libmad: fix SRC_URI - close #3147
authorEsben Haabendal <eha@doredevelopment.dk>
Sun, 14 Oct 2007 14:41:32 +0000 (14:41 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Sun, 14 Oct 2007 14:41:32 +0000 (14:41 +0000)
packages/libmad/libmad_0.15.1b.bb

index 9de2966..8e72dfe 100644 (file)
@@ -4,7 +4,7 @@ PRIORITY = "optional"
 DEPENDS = "libid3tag"
 LICENSE = "GPL"
 
-SRC_URI = "ftp://ftp.mars.org/pub/mpeg/libmad-${PV}.tar.gz"
+SRC_URI = "http://downloads.sourceforge.net/mad/libmad-${PV}.tar.gz"
 S = "${WORKDIR}/libmad-${PV}"
 
 inherit autotools