diff options
| -rw-r--r-- | meta/recipes-multimedia/tremor/tremor-20120314/obsolete_automake_macros.patch | 15 | ||||
| -rw-r--r-- | meta/recipes-multimedia/tremor/tremor_20120314.bb | 6 |
2 files changed, 19 insertions, 2 deletions
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 @@ | |||
| 1 | Upstream-Status: Submitted [https://trac.xiph.org/ticket/1922] | ||
| 2 | |||
| 3 | Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> | ||
| 4 | Index: configure.in | ||
| 5 | =================================================================== | ||
| 6 | --- configure.in (revision 18764) | ||
| 7 | +++ configure.in (working copy) | ||
| 8 | @@ -9,7 +9,7 @@ | ||
| 9 | AC_CANONICAL_HOST | ||
| 10 | AC_CANONICAL_TARGET | ||
| 11 | |||
| 12 | -AM_CONFIG_HEADER([config.h]) | ||
| 13 | +AC_CONFIG_HEADERS([config.h]) | ||
| 14 | |||
| 15 | 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 \ | |||
| 6 | file://os.h;beginline=3;endline=14;md5=5c0af5e1bedef3ce8178c89f48cd6f1f" | 6 | file://os.h;beginline=3;endline=14;md5=5c0af5e1bedef3ce8178c89f48cd6f1f" |
| 7 | DEPENDS = "libogg" | 7 | DEPENDS = "libogg" |
| 8 | SRCDATE = "${PV}" | 8 | SRCDATE = "${PV}" |
| 9 | PR = "r0" | 9 | PR = "r1" |
| 10 | 10 | ||
| 11 | SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor;rev=18221;protocol=http" | 11 | SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor;rev=18221;protocol=http \ |
| 12 | file://obsolete_automake_macros.patch;striplevel=0 \ | ||
| 13 | " | ||
| 12 | 14 | ||
| 13 | S = "${WORKDIR}/Tremor" | 15 | S = "${WORKDIR}/Tremor" |
| 14 | 16 | ||
