tremor: 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: e64800e605635737b4d74a36e66b0f7e0fee08bc)

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>
This commit is contained in:
Marko Lindqvist 2013-01-15 13:53:38 +02:00 committed by Richard Purdie
parent 452c3df3c6
commit a8534b39fa
2 changed files with 19 additions and 2 deletions

View File

@ -0,0 +1,15 @@
Upstream-Status: Submitted [https://trac.xiph.org/ticket/1922]
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
Index: configure.in
===================================================================
--- configure.in (revision 18764)
+++ configure.in (working copy)
@@ -9,7 +9,7 @@
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE(libvorbisidec,1.2.1)

View File

@ -6,9 +6,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=db1b7a668b2a6f47b2af88fb008ad555 \
file://os.h;beginline=3;endline=14;md5=5c0af5e1bedef3ce8178c89f48cd6f1f"
DEPENDS = "libogg"
SRCDATE = "${PV}"
PR = "r0"
PR = "r1"
SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor;rev=18221;protocol=http"
SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor;rev=18221;protocol=http \
file://obsolete_automake_macros.patch;striplevel=0 \
"
S = "${WORKDIR}/Tremor"