diff options
author | Koen Kooi <koen@openembedded.org> | 2007-08-27 09:47:58 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-08-27 09:47:58 +0000 |
commit | e6462fedf87887ac4998a35f1e21a5222636f21c (patch) | |
tree | a15d5ef7336968b94c83e09201aa35e7774b8a69 | |
parent | d0a72e1c5976f0ca958fec5c8f3617d33e12ee2d (diff) |
libmad: fix SRC_URI
-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 fdeeeb0cdf..5393f822cf 100644 --- a/packages/libmad/libmad_0.15.1b.bb +++ b/packages/libmad/libmad_0.15.1b.bb @@ -9,7 +9,7 @@ PR = "r1" SRC_URI = "ftp://ftp.mars.org/pub/mpeg/libmad-${PV}.tar.gz" S = "${WORKDIR}/libmad-${PV}" -SRC_URI_append_avr32 = "file://libmad-0.15.1b-avr32-optimization.patch;patch=1" +SRC_URI_append_avr32 = " file://libmad-0.15.1b-avr32-optimization.patch;patch=1" inherit autotools |