summaryrefslogtreecommitdiffstats
path: root/meta/packages/alsa/alsa-lib
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-06-05 14:16:46 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-06-05 14:16:46 +0000
commite648ea1aac7ed792a2173acc92c2f96ab583a5a5 (patch)
tree73244bea8f7311c6f3b1f9163cc49c2a307bc5a0 /meta/packages/alsa/alsa-lib
parentc4607eff087b5833e7e0f7b3b78df0ba34b551fa (diff)
downloadpoky-e648ea1aac7ed792a2173acc92c2f96ab583a5a5.tar.gz
alsa: update to 1.0.14
- some parts are from 1.0.13 OpenEmbedded recipes - removed dependency on alsa-conf as libasound package already depends on alsa-conf-base - fixed alsa-utils-speakertest DESCRIPTION git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1860 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/alsa/alsa-lib')
-rw-r--r--meta/packages/alsa/alsa-lib/fix-tstamp-declaration.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/packages/alsa/alsa-lib/fix-tstamp-declaration.patch b/meta/packages/alsa/alsa-lib/fix-tstamp-declaration.patch
new file mode 100644
index 0000000000..59b3b6d150
--- /dev/null
+++ b/meta/packages/alsa/alsa-lib/fix-tstamp-declaration.patch
@@ -0,0 +1,13 @@
1Index: alsa-lib-1.0.13/include/global.h
2===================================================================
3--- alsa-lib-1.0.13.orig/include/global.h
4+++ alsa-lib-1.0.13/include/global.h
5@@ -29,6 +29,8 @@
6 #define __ALSA_GLOBAL_H_
7
8 /* for timeval and timespec */
9+#define __need_timeval
10+#define __need_timespec
11 #include <time.h>
12
13 #ifdef __cplusplus