1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 13:09:50 +00:00

alsa-lib: upgrade to 1.0.26

(From OE-Core rev: 759191ee0b11231e1719bd5c66ac0afbd02e2a80)

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Cristian Iorga
2013-01-18 13:39:30 +02:00
committed by Richard Purdie
parent c96768b240
commit a3ca3ecb93
4 changed files with 3 additions and 4 deletions
@@ -0,0 +1,21 @@
# Author: Michael Lauer <mickey@vanille-media.de>
# Date: Thu Jan 18 00:27:21 2007 +0000
# alsa-lib: fix "error: field 'tstamp' has incomplete type" when including alsa headers with strict compilation options
#
# Acquired from OpenEmbedded
Upstream-Status: Pending
Index: alsa-lib-1.0.13/include/global.h
===================================================================
--- alsa-lib-1.0.13.orig/include/global.h
+++ alsa-lib-1.0.13/include/global.h
@@ -29,6 +29,8 @@
#define __ALSA_GLOBAL_H_
/* for timeval and timespec */
+#define __need_timeval
+#define __need_timespec
#include <time.h>
#ifdef __cplusplus
@@ -0,0 +1,15 @@
Upstream-Status: Submitted [alsa-devel@alsa-project.org]
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
diff -Nurd alsa-lib-1.0.25/configure.in alsa-lib-1.0.25/configure.in
--- alsa-lib-1.0.25/configure.in 2012-01-25 09:56:56.000000000 +0200
+++ alsa-lib-1.0.25/configure.in 2013-01-02 17:00:31.468090167 +0200
@@ -53,7 +53,7 @@
dnl Checks for header files.
AC_HEADER_STDC
-AM_CONFIG_HEADER(include/config.h)
+AC_CONFIG_HEADERS(include/config.h)
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
@@ -0,0 +1,14 @@
Upstream-Status: Inappropriate [configuration]
diff -Nur alsa-lib-1.0.14.orig/configure.in alsa-lib-1.0.14/configure.in
--- alsa-lib-1.0.14.orig/configure.in 2007-05-31 03:05:13.000000000 -0500
+++ alsa-lib-1.0.14/configure.in 2007-08-18 13:05:49.000000000 -0500
@@ -93,7 +93,7 @@
esac
plugindir="$dir/$PACKAGE"
fi
-AC_DEFINE_UNQUOTED(ALSA_PLUGIN_DIR, "plugindir", [directory containing ALSA add-on modules])
+AC_DEFINE_UNQUOTED(ALSA_PLUGIN_DIR, "${plugindir}", [directory containing ALSA add-on modules])
ALSA_PLUGIN_DIR="$plugindir"
AC_SUBST(ALSA_PLUGIN_DIR)