mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
libmad: 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 <cazfi74@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
b47164a8c0
commit
3e65b43f9d
|
|
@ -0,0 +1,14 @@
|
|||
Upstream-Status: Submitted (https://sourceforge.net/tracker/?group_id=12349&atid=112349)
|
||||
|
||||
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
|
||||
diff -Nurd libmad-0.15.1b/configure.ac libmad-0.15.1b/configure.ac
|
||||
--- libmad-0.15.1b/configure.ac 2004-01-23 11:41:32.000000000 +0200
|
||||
+++ libmad-0.15.1b/configure.ac 2013-01-03 08:28:23.718693697 +0200
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
AM_INIT_AUTOMAKE
|
||||
|
||||
-AM_CONFIG_HEADER([config.h])
|
||||
+AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
dnl System type.
|
||||
|
|
@ -6,10 +6,14 @@ DEPENDS = "libid3tag"
|
|||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/mad/libmad-${PV}.tar.gz \
|
||||
file://add-pkgconfig.patch \
|
||||
file://mad.diff \
|
||||
file://mad-mips-h-constraint.patch"
|
||||
file://mad-mips-h-constraint.patch \
|
||||
file://obsolete_automake_macros.patch \
|
||||
"
|
||||
|
||||
SRC_URI_append_avr32 = " file://libmad-0.15.1b-avr32-optimization.patch"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user