diff options
author | Koen Kooi <koen@openembedded.org> | 2007-10-18 12:12:05 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-10-18 12:12:05 +0000 |
commit | b5bfd7f1fd6bd34ef51701e918b40f724cb46258 (patch) | |
tree | 005a7d449e934743db904d5c09d8c4981e2971b5 /packages/libmad | |
parent | 1c5df3f485ba9992931e06d07f28c57a29d89e5e (diff) | |
parent | d1b8caf7848752ca2f69f1ecdc7791e83457c7ff (diff) |
propagate from branch 'org.openembedded.dev' (head d46c4661bf8a227094ce244e37836233fb938268)
to branch 'org.openembedded.dev.avr32' (head 7cd1ae5351316a6cdc9fe3db60bb05198d50af39)
Diffstat (limited to 'packages/libmad')
-rw-r--r-- | packages/libmad/libmad_0.15.1b.bb | 2 |
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 5393f822cf..9669cbd531 100644 --- a/packages/libmad/libmad_0.15.1b.bb +++ b/packages/libmad/libmad_0.15.1b.bb @@ -6,7 +6,7 @@ LICENSE = "GPL" PR = "r1" -SRC_URI = "ftp://ftp.mars.org/pub/mpeg/libmad-${PV}.tar.gz" +SRC_URI = "${SOURCEFORGE_MIRROR}/mad/libmad-${PV}.tar.gz" S = "${WORKDIR}/libmad-${PV}" SRC_URI_append_avr32 = " file://libmad-0.15.1b-avr32-optimization.patch;patch=1" |