[oe-commits] org.oe.dev pulse: build hal-detect. Closes #3297

thebohemian commit openembedded-commits at lists.openembedded.org
Tue Dec 11 14:06:45 UTC 2007


pulse: build hal-detect. Closes #3297

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: thebohemian at gmx.net
Branch: org.openembedded.dev
Revision: b33c947e30eb38f93d5ba2071872a0df6a435c9d
ViewMTN: http://monotone.openembedded.org/revision/info/b33c947e30eb38f93d5ba2071872a0df6a435c9d
Files:
1
packages/pulseaudio/pulse.inc
packages/pulseaudio/pulseaudio_0.9.6.bb
Diffs:

#
# mt diff -rd83056ff7d31b140707310bd418825d3092791be -rb33c947e30eb38f93d5ba2071872a0df6a435c9d
#
# 
# 
# patch "packages/pulseaudio/pulse.inc"
#  from [d02a339e8d4ccdea7eb613a6303f1b7681494b6c]
#    to [1d80936eb792c520f41e2b7d53e94292e959129f]
# 
# patch "packages/pulseaudio/pulseaudio_0.9.6.bb"
#  from [e7abdf703a46eca70055c82155a44cefd2545208]
#    to [b3802cedceb5a7186c47d292a6f3f50b420be551]
# 
============================================================
--- packages/pulseaudio/pulse.inc	d02a339e8d4ccdea7eb613a6303f1b7681494b6c
+++ packages/pulseaudio/pulse.inc	1d80936eb792c520f41e2b7d53e94292e959129f
@@ -1,9 +1,9 @@ LICENSE = "LGPL"
 DESCRIPTION = "Pulseaudio is a sound server for Linux and Unix-like operating systems."
 HOMEPAGE = "http://www.pulseaudio.org"
 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"
 
@@ -20,6 +20,7 @@ EXTRA_OECONF = "\
 		--with-glib \
 		--with-alsa \
 		--with-oss \
+                --with-hal \
 		"
 
 PARALLEL_MAKE = ""
============================================================
--- packages/pulseaudio/pulseaudio_0.9.6.bb	e7abdf703a46eca70055c82155a44cefd2545208
+++ packages/pulseaudio/pulseaudio_0.9.6.bb	b3802cedceb5a7186c47d292a6f3f50b420be551
@@ -1,4 +1,4 @@ require pulse.inc
 require pulse.inc
 
-PR = "r5"
+PR = "r6"
 






More information about the Openembedded-commits mailing list