diff options
author | Marko Lindqvist <cazfi74@gmail.com> | 2013-01-10 12:01:15 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-15 08:10:12 +0000 |
commit | dafbebca0715dfa6f1abb345643907d082edd4d3 (patch) | |
tree | b3570d7b5d1638156bc346cca7fe170ff32749df /meta/recipes-multimedia/libvorbis | |
parent | 0468adda22b674c7f130b07b486a4bac650a3a05 (diff) | |
download | poky-dafbebca0715dfa6f1abb345643907d082edd4d3.tar.gz |
libvorbis: replace obsolete automake macros with working ones
Add obsolete_automake_macros.patch that replaces automake macros
no longer supported by automake-1.13 with modern constructs.
(From OE-Core rev: 0f2a601b04ac564905942b4d2006dbf348b1517b)
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/libvorbis')
-rw-r--r-- | meta/recipes-multimedia/libvorbis/libvorbis-1.3.3/obsolete_automake_macros.patch | 15 | ||||
-rw-r--r-- | meta/recipes-multimedia/libvorbis/libvorbis_1.3.3.bb | 6 |
2 files changed, 19 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/libvorbis/libvorbis-1.3.3/obsolete_automake_macros.patch b/meta/recipes-multimedia/libvorbis/libvorbis-1.3.3/obsolete_automake_macros.patch new file mode 100644 index 0000000000..211d949117 --- /dev/null +++ b/meta/recipes-multimedia/libvorbis/libvorbis-1.3.3/obsolete_automake_macros.patch | |||
@@ -0,0 +1,15 @@ | |||
1 | Upstream-Status: Submitted [https://trac.xiph.org/ticket/1919] | ||
2 | |||
3 | Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> | ||
4 | diff -Nurd libvorbis-1.3.3/configure.ac libvorbis-1.3.3/configure.ac | ||
5 | --- libvorbis-1.3.3/configure.ac 2012-02-04 00:00:34.000000000 +0200 | ||
6 | +++ libvorbis-1.3.3/configure.ac 2013-01-03 08:41:34.718676342 +0200 | ||
7 | @@ -13,7 +13,7 @@ | ||
8 | |||
9 | AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION) | ||
10 | AM_MAINTAINER_MODE | ||
11 | -AM_CONFIG_HEADER([config.h]) | ||
12 | +AC_CONFIG_HEADERS([config.h]) | ||
13 | |||
14 | dnl Add parameters for aclocal | ||
15 | AC_SUBST(ACLOCAL_AMFLAGS, "-I m4") | ||
diff --git a/meta/recipes-multimedia/libvorbis/libvorbis_1.3.3.bb b/meta/recipes-multimedia/libvorbis/libvorbis_1.3.3.bb index e846a6381f..1df3bb5526 100644 --- a/meta/recipes-multimedia/libvorbis/libvorbis_1.3.3.bb +++ b/meta/recipes-multimedia/libvorbis/libvorbis_1.3.3.bb | |||
@@ -10,9 +10,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ca77c6c3ea4d29cb68dce8ef5ab0d897 \ | |||
10 | file://include/vorbis/vorbisenc.h;beginline=1;endline=11;md5=d1c1d138863d6315131193d4046d81cb" | 10 | file://include/vorbis/vorbisenc.h;beginline=1;endline=11;md5=d1c1d138863d6315131193d4046d81cb" |
11 | DEPENDS = "libogg" | 11 | DEPENDS = "libogg" |
12 | 12 | ||
13 | PR = "r0" | 13 | PR = "r1" |
14 | 14 | ||
15 | SRC_URI = "http://downloads.xiph.org/releases/vorbis/libvorbis-${PV}.tar.gz" | 15 | SRC_URI = "http://downloads.xiph.org/releases/vorbis/libvorbis-${PV}.tar.gz \ |
16 | file://obsolete_automake_macros.patch \ | ||
17 | " | ||
16 | 18 | ||
17 | SRC_URI[md5sum] = "6b1a36f0d72332fae5130688e65efe1f" | 19 | SRC_URI[md5sum] = "6b1a36f0d72332fae5130688e65efe1f" |
18 | SRC_URI[sha256sum] = "6d747efe7ac4ad249bf711527882cef79fb61d9194c45b5ca5498aa60f290762" | 20 | SRC_URI[sha256sum] = "6d747efe7ac4ad249bf711527882cef79fb61d9194c45b5ca5498aa60f290762" |