summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/alsa/alsa-lib_1.0.25.bb
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2013-01-10 11:59:24 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-15 08:10:11 +0000
commitf6bc65747601b960050b758a8e2dce94e9494977 (patch)
tree1120c3d4297f3913592887542473bbe4086c0f61 /meta/recipes-multimedia/alsa/alsa-lib_1.0.25.bb
parentc28b05f02b2d854b4a25d076d25234b639c96519 (diff)
downloadpoky-f6bc65747601b960050b758a8e2dce94e9494977.tar.gz
alsa-lib: 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: 453fd36914fe1ae41a2115266833ec7fcba0869d) 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/alsa/alsa-lib_1.0.25.bb')
-rw-r--r--meta/recipes-multimedia/alsa/alsa-lib_1.0.25.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-lib_1.0.25.bb b/meta/recipes-multimedia/alsa/alsa-lib_1.0.25.bb
index 7914bb9800..d0cb0b0b51 100644
--- a/meta/recipes-multimedia/alsa/alsa-lib_1.0.25.bb
+++ b/meta/recipes-multimedia/alsa/alsa-lib_1.0.25.bb
@@ -14,10 +14,12 @@ BBCLASSEXTEND = "native nativesdk"
14#FIXME: remove the following 14#FIXME: remove the following
15ARM_INSTRUCTION_SET = "arm" 15ARM_INSTRUCTION_SET = "arm"
16 16
17PR = "r2" 17PR = "r3"
18 18
19SRC_URI = "ftp://ftp.alsa-project.org/pub/lib/alsa-lib-${PV}.tar.bz2 \ 19SRC_URI = "ftp://ftp.alsa-project.org/pub/lib/alsa-lib-${PV}.tar.bz2 \
20 file://fix-tstamp-declaration.patch" 20 file://fix-tstamp-declaration.patch \
21 file://obsolete_automake_macros.patch \
22 "
21 23
22SRC_URI[md5sum] = "06fe5819020c6684b991dcffc5471304" 24SRC_URI[md5sum] = "06fe5819020c6684b991dcffc5471304"
23SRC_URI[sha256sum] = "5a1a805cf04106316d549ec650116ce6711a162e107ba8b3c551866680e286e6" 25SRC_URI[sha256sum] = "5a1a805cf04106316d549ec650116ce6711a162e107ba8b3c551866680e286e6"