pulseaudio: fix build for uclibc again and bump PR
authorHenning Heinold <heinold@inf.fu-berlin.de>
Thu, 10 Feb 2011 17:33:38 +0000 (18:33 +0100)
committerHenning Heinold <heinold@inf.fu-berlin.de>
Thu, 10 Feb 2011 17:52:49 +0000 (18:52 +0100)
recipes/pulseaudio/pulseaudio-0.9.21/fixbluezbuild.patch [new file with mode: 0644]
recipes/pulseaudio/pulseaudio_0.9.21.bb

diff --git a/recipes/pulseaudio/pulseaudio-0.9.21/fixbluezbuild.patch b/recipes/pulseaudio/pulseaudio-0.9.21/fixbluezbuild.patch
new file mode 100644 (file)
index 0000000..d817a62
--- /dev/null
@@ -0,0 +1,13 @@
+Index: pulseaudio-0.9.15/src/Makefile.am
+===================================================================
+--- pulseaudio-0.9.15.orig/src/Makefile.am     2009-07-07 22:04:21.313945421 +0200
++++ pulseaudio-0.9.15/src/Makefile.am  2009-07-07 22:04:32.503184920 +0200
+@@ -1534,7 +1534,7 @@
+ libbluetooth_ipc_la_SOURCES = modules/bluetooth/ipc.c modules/bluetooth/ipc.h
+ libbluetooth_ipc_la_LDFLAGS = -avoid-version
+-libbluetooth_ipc_la_LIBADD = $(AM_LIBADD)libpulsecore-@PA_MAJORMINORMICRO@.la libpulsecommon-@PA_MAJORMINORMICRO@.la libpulse.la
++libbluetooth_ipc_la_LIBADD = $(AM_LIBADD) libpulsecore-@PA_MAJORMINORMICRO@.la libpulsecommon-@PA_MAJORMINORMICRO@.la libpulse.la
+ libbluetooth_ipc_la_CFLAGS = $(AM_CFLAGS)
+ BLUETOOTH_IPC_FILES = $(subst modules/bluetooth/,,$(libbluetooth_ipc_la_SOURCES)) rtp.h
index 4fcd189..159db39 100644 (file)
@@ -1,6 +1,6 @@
 require pulseaudio.inc
 
-PR = ${INC_PR}.1
+PR = ${INC_PR}.2
 
 DEPENDS += "gdbm speex"
 
@@ -16,6 +16,7 @@ SRC_URI += "\
   file://tls_m4.patch \
   file://configure_silent_rules.patch \
   file://armv4+v5asm.patch \
+  file://fixbluezbuild.patch \
 "
 
 do_compile_prepend() {