pulseaudio: fix building of bluez_ipc stuff
authorHenning Heinold <heinold@inf.fu-berlin.de>
Fri, 10 Jul 2009 10:33:30 +0000 (12:33 +0200)
committerHenning Heinold <heinold@inf.fu-berlin.de>
Sun, 12 Jul 2009 11:18:25 +0000 (13:18 +0200)
* bump PR

recipes/pulseaudio/pulseaudio-0.9.15/fixbluezbuild.patch [new file with mode: 0644]
recipes/pulseaudio/pulseaudio_0.9.15.bb

diff --git a/recipes/pulseaudio/pulseaudio-0.9.15/fixbluezbuild.patch b/recipes/pulseaudio/pulseaudio-0.9.15/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 89219cf..7abfe29 100644 (file)
@@ -1,7 +1,7 @@
 require pulseaudio.inc
 
 DEPENDS += "gdbm speex"
-PR = "${INC_PR}.2"
+PR = "${INC_PR}.3"
 
 inherit gettext
 
@@ -12,6 +12,7 @@ SRC_URI += "\
   file://fallback.patch;patch=1 \
   file://autoconf_version.patch;patch=1 \
   file://gettext.patch;patch=1 \
+  file://fixbluezbuild.patch;patch=1 \
 "
 
 do_compile_prepend() {