summaryrefslogtreecommitdiff
path: root/meta/packages/alsa/alsa-lib/fix-tstamp-declaration.patch
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/fix-tstamp-declaration.patch
parentc4607eff087b5833e7e0f7b3b78df0ba34b551fa (diff)
downloadopenembedded-core-e648ea1aac7ed792a2173acc92c2f96ab583a5a5.tar.gz
openembedded-core-e648ea1aac7ed792a2173acc92c2f96ab583a5a5.tar.bz2
openembedded-core-e648ea1aac7ed792a2173acc92c2f96ab583a5a5.tar.xz
openembedded-core-e648ea1aac7ed792a2173acc92c2f96ab583a5a5.zip
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/fix-tstamp-declaration.patch')
-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 000000000..59b3b6d15
--- /dev/null
+++ b/meta/packages/alsa/alsa-lib/fix-tstamp-declaration.patch
@@ -0,0 +1,13 @@
+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