git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1167264
)
libmad: fix SRC_URI - close #3147
author
Esben Haabendal
<eha@doredevelopment.dk>
Sun, 14 Oct 2007 14:41:32 +0000
(14:41 +0000)
committer
Marcin Juszkiewicz
<hrw@openembedded.org>
Sun, 14 Oct 2007 14:41:32 +0000
(14:41 +0000)
packages/libmad/libmad_0.15.1b.bb
patch
|
blob
|
history
diff --git
a/packages/libmad/libmad_0.15.1b.bb
b/packages/libmad/libmad_0.15.1b.bb
index
9de2966
..
8e72dfe
100644
(file)
--- 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