]> code.ossystems Code Review - openembedded-core.git/commitdiff
pulseaudio: try harder to disable HAL
authorKoen Kooi <koen@dominion.thruhere.net>
Tue, 12 Jul 2011 11:27:43 +0000 (13:27 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 12 Jul 2011 13:45:05 +0000 (14:45 +0100)
This disables linking against (lib)hal but enables the udev-hal compat layer so the hal-detect plugin keeps working. The hal-detect plugin is removed from the default dependencies to discourage its usage, but can be installed manually if needed.

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/pulseaudio/pulseaudio.inc
meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.15.bb
meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.22.bb
meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.23.bb

index 12e6ef30ca3b9f391f5829284a7235b09cf15a7a..979d0a9d0e14c79c7acbf103d58eb8255d8bf217 100644 (file)
@@ -27,6 +27,7 @@ EXTRA_OECONF = "\
                --with-alsa \
                --with-oss \
                --without-hal \
+               --disable-hal \
 "
 
 PARALLEL_MAKE = ""
@@ -108,7 +109,6 @@ python populate_packages_prepend() {
 }
 
 RDEPENDS_pulseaudio-module-console-kit =+ "consolekit"
-RDEPENDS_pulseaudio-module-hal-detect =+ "hal"
 RDEPENDS_pulseaudio-server = " \
     pulseaudio-module-device-restore \
     pulseaudio-module-stream-restore \
@@ -119,7 +119,6 @@ RDEPENDS_pulseaudio-server = " \
     pulseaudio-module-alsa-source \
     pulseaudio-module-alsa-card \
     pulseaudio-module-native-protocol-unix \
-    pulseaudio-module-hal-detect \
     pulseaudio-module-default-device-restore \
     pulseaudio-module-rescue-streams \
     pulseaudio-module-always-sink \
index 71e19e9c6aaa811ec6d4a05132c7e778a876fada..a46782b6e44de89d9aaad6b5afcf4af8aac8e315 100644 (file)
@@ -1,7 +1,7 @@
 require pulseaudio.inc
 
 DEPENDS += "dbus gdbm speex"
-PR = "r15"
+PR = "r16"
 
 SRC_URI += "\
   file://buildfix.patch;patch=1 \
index 5124bd778f0940e592122d86395b9ead654f93df..d03a72660500c05859a32e5676bcf3cf27f8160b 100644 (file)
@@ -1,6 +1,6 @@
 require pulseaudio.inc
 
-PR = "r2"
+PR = "r3"
 
 DEPENDS += "gdbm speex"
 
index 4bdc4edf06b43ef9ea5c083bdabfb415ab68c106..9f354ff30529fe6caace9897b13aca053034f4e4 100644 (file)
@@ -1,6 +1,6 @@
 require pulseaudio.inc
 
-PR = "r0"
+PR = "r1"
 
 DEPENDS += "gdbm speex"