diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-08-12 11:13:40 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-08-12 11:13:40 +0000 |
commit | 5570f823ffde204607fb1e5a04b3481a15115461 (patch) | |
tree | d0d1dede4ae1d6c2ffe528ea2b7311c4dbda35d2 /libvorbis | |
parent | fbff8d6443677e40b6acf7e32235b471d677d773 (diff) |
BUGFIX: Correct an m4 quoting issue in libvorbis, libogg, libmikmod
BKrev: 411b50e4f7YHBebgNw5QyFS2WYLGKw
Diffstat (limited to 'libvorbis')
-rw-r--r-- | libvorbis/libvorbis/m4.patch | 0 | ||||
-rw-r--r-- | libvorbis/libvorbis_1.0.1.oe | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/libvorbis/libvorbis/m4.patch b/libvorbis/libvorbis/m4.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/libvorbis/libvorbis/m4.patch diff --git a/libvorbis/libvorbis_1.0.1.oe b/libvorbis/libvorbis_1.0.1.oe index d87d428275..b1b0648e6a 100644 --- a/libvorbis/libvorbis_1.0.1.oe +++ b/libvorbis/libvorbis_1.0.1.oe @@ -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 |