BUGFIX: Correct an m4 quoting issue in libvorbis, libogg, libmikmod
authorMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 12 Aug 2004 11:13:40 +0000 (11:13 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 12 Aug 2004 11:13:40 +0000 (11:13 +0000)
BKrev: 411b50e4f7YHBebgNw5QyFS2WYLGKw

libmikmod/libmikmod/m4.patch [new file with mode: 0644]
libmikmod/libmikmod_3.2.0-beta2.oe
libogg/libogg/m4.patch [new file with mode: 0644]
libogg/libogg_1.1.oe
libvorbis/libvorbis/m4.patch [new file with mode: 0644]
libvorbis/libvorbis_1.0.1.oe

diff --git a/libmikmod/libmikmod/m4.patch b/libmikmod/libmikmod/m4.patch
new file mode 100644 (file)
index 0000000..e69de29
index 66912e1..32a49cb 100644 (file)
@@ -2,7 +2,8 @@ DESCRIPTION = "libmikmod is a module player library supporting many formats, inc
 SECTION = "libs"
 PRIORITY = "optional"
 
-SRC_URI = "http://mikmod.raphnet.net/files/libmikmod-${PV}.tar.gz"
+SRC_URI = "http://mikmod.raphnet.net/files/libmikmod-${PV}.tar.gz \
+file://m4.patch;patch=1"
 
 inherit autotools binconfig
 
diff --git a/libogg/libogg/m4.patch b/libogg/libogg/m4.patch
new file mode 100644 (file)
index 0000000..e69de29
index 5203ccf..d82cc10 100644 (file)
@@ -3,7 +3,8 @@ DESCRIPTION = "libogg is the bitstream and framing library \
 for the Ogg project. It provides functions which are \
 necessary to codec libraries like libvorbis."
 
-SRC_URI = "http://www.vorbis.com/files/1.0.1/unix/libogg-${PV}.tar.gz"
+SRC_URI = "http://www.vorbis.com/files/1.0.1/unix/libogg-${PV}.tar.gz \
+file://m4.patch;patch=1"
 
 inherit autotools 
 
diff --git a/libvorbis/libvorbis/m4.patch b/libvorbis/libvorbis/m4.patch
new file mode 100644 (file)
index 0000000..e69de29
index d87d428..b1b0648 100644 (file)
@@ -4,7 +4,8 @@ DESCRIPTION = "Ogg Vorbis is a high-quality lossy audio codec \
 that is free of intellectual property restrictions. libvorbis \
 is the main vorbis codec library."
 
-SRC_URI = "http://www.vorbis.com/files/${PV}/unix/libvorbis-${PV}.tar.gz"
+SRC_URI = "http://www.vorbis.com/files/${PV}/unix/libvorbis-${PV}.tar.gz \
+file://m4.patch;patch=1"
 
 inherit autotools  pkgconfig