Currently OE's pulseaudio recipe does not build pulseaudio's hal-detect module.
The attached patch adds hal to the dependencies and activates the configure
switch.
For what hal-detect is neccessary?
If you plug in a USB headset to your device a pulseaudio server with the
hal-detect module will automatically create a sink (and source) for the
headset. In theory this should also work for bluetooth devices but I don't have
the hardware to test that.
AUTHOR = "Lennart Poettering"
SECTION = "libs/multimedia"
LICENSE = "LGPL"
-DEPENDS = "libatomics-ops liboil avahi libsamplerate0 libsndfile1 libtool"
+DEPENDS = "libatomics-ops liboil avahi libsamplerate0 libsndfile1 libtool hal"
# optional
DEPENDS += "alsa-lib glib-2.0"
--with-glib \
--with-alsa \
--with-oss \
+ --with-hal \
"
PARALLEL_MAKE = ""
require pulse.inc
-PR = "r5"
+PR = "r6"