aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEsben Haabendal <eha@doredevelopment.dk>2007-10-14 14:41:32 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-10-14 14:41:32 +0000
commit5be729d9994f24ba45631e3a49c2593816377a3e (patch)
tree385b784559747f593860377594386afc47e5a324
parent116726446db49a9dbc97cfedcaa17f9784da9cf2 (diff)
downloadopenembedded-5be729d9994f24ba45631e3a49c2593816377a3e.tar.gz
libmad: fix SRC_URI - close #3147
-rw-r--r--packages/libmad/libmad_0.15.1b.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/libmad/libmad_0.15.1b.bb b/packages/libmad/libmad_0.15.1b.bb
index 9de296635e..8e72dfefd5 100644
--- a/packages/libmad/libmad_0.15.1b.bb
+++ b/packages/libmad/libmad_0.15.1b.bb
@@ -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