From e64800e605635737b4d74a36e66b0f7e0fee08bc Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Tue, 15 Jan 2013 13:53:38 +0200 Subject: 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. Signed-off-by: Marko Lindqvist Signed-off-by: Saul Wold --- .../tremor/tremor-20120314/obsolete_automake_macros.patch | 15 +++++++++++++++ meta/recipes-multimedia/tremor/tremor_20120314.bb | 6 ++++-- 2 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-multimedia/tremor/tremor-20120314/obsolete_automake_macros.patch (limited to 'meta/recipes-multimedia/tremor') diff --git a/meta/recipes-multimedia/tremor/tremor-20120314/obsolete_automake_macros.patch b/meta/recipes-multimedia/tremor/tremor-20120314/obsolete_automake_macros.patch new file mode 100644 index 0000000000..7e5102903b --- /dev/null +++ b/meta/recipes-multimedia/tremor/tremor-20120314/obsolete_automake_macros.patch @@ -0,0 +1,15 @@ +Upstream-Status: Submitted [https://trac.xiph.org/ticket/1922] + +Signed-off-by: Marko Lindqvist +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) diff --git a/meta/recipes-multimedia/tremor/tremor_20120314.bb b/meta/recipes-multimedia/tremor/tremor_20120314.bb index cf51983037..a11e799c00 100644 --- a/meta/recipes-multimedia/tremor/tremor_20120314.bb +++ b/meta/recipes-multimedia/tremor/tremor_20120314.bb @@ -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" -- cgit 1.2.3-korg