diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-08-28 10:38:05 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-08-28 10:38:05 +0000 |
commit | d9a4c588ef24e7e4019fbe5a2314addbcd3a6bb8 (patch) | |
tree | 0af36c6fafc1eef823c9d53c8673c8f5ca0c00f9 /meta-openmoko/packages/pulseaudio/files | |
parent | 0ab2b3801db15cd452059e2be88a9044f26feb22 (diff) | |
download | openembedded-core-d9a4c588ef24e7e4019fbe5a2314addbcd3a6bb8.tar.gz openembedded-core-d9a4c588ef24e7e4019fbe5a2314addbcd3a6bb8.tar.bz2 openembedded-core-d9a4c588ef24e7e4019fbe5a2314addbcd3a6bb8.zip |
pulseaudio: added 0.9.6 needed for openmoko-dialer2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2568 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta-openmoko/packages/pulseaudio/files')
-rw-r--r-- | meta-openmoko/packages/pulseaudio/files/gcc4-compile-fix.patch | 18 | ||||
-rw-r--r-- | meta-openmoko/packages/pulseaudio/files/volatiles.04_pulse | 2 |
2 files changed, 20 insertions, 0 deletions
diff --git a/meta-openmoko/packages/pulseaudio/files/gcc4-compile-fix.patch b/meta-openmoko/packages/pulseaudio/files/gcc4-compile-fix.patch new file mode 100644 index 0000000000..34ad026e4d --- /dev/null +++ b/meta-openmoko/packages/pulseaudio/files/gcc4-compile-fix.patch @@ -0,0 +1,18 @@ +| fix for more strict syntax compliance in gcc4.x +| pulsecore/core-util.c: In function 'pa_raise_priority': +| pulsecore/core-util.c:547: error: label at end of compound statement +| Signed off: mickey@openmoko.org +| +Index: pulseaudio-0.9.6/src/pulsecore/core-util.c +=================================================================== +--- pulseaudio-0.9.6.orig/src/pulsecore/core-util.c ++++ pulseaudio-0.9.6/src/pulsecore/core-util.c +@@ -535,7 +535,7 @@ void pa_raise_priority(void) { + pa_log_info("Successfully gained high priority class."); + #endif + +-fail: ++fail:; + + #if defined(HAVE_SYS_CAPABILITY_H) + if (caps) { diff --git a/meta-openmoko/packages/pulseaudio/files/volatiles.04_pulse b/meta-openmoko/packages/pulseaudio/files/volatiles.04_pulse new file mode 100644 index 0000000000..5b1998032b --- /dev/null +++ b/meta-openmoko/packages/pulseaudio/files/volatiles.04_pulse @@ -0,0 +1,2 @@ +# <type> <owner> <group> <mode> <path> <linksource> +d pulse pulse 0755 /var/run/pulse none |