diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-12 13:27:43 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-12 15:00:45 +0100 |
| commit | 0be4b5b58078878dae525c121eb3be74b32e7ea8 (patch) | |
| tree | 6bff869a132845f0a49265471a9c429afafb5bf2 | |
| parent | ecb5359832ffa20668bcc39068c0574a72c473a5 (diff) | |
| download | poky-0be4b5b58078878dae525c121eb3be74b32e7ea8.tar.gz | |
pulseaudio: try harder to disable HAL
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.
(From OE-Core rev: e9fedfac0d8ff8213a142a7cfab9b83c840aef4f)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 files changed, 4 insertions, 5 deletions
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc index 12e6ef30ca..979d0a9d0e 100644 --- a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc +++ b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc | |||
| @@ -27,6 +27,7 @@ EXTRA_OECONF = "\ | |||
| 27 | --with-alsa \ | 27 | --with-alsa \ |
| 28 | --with-oss \ | 28 | --with-oss \ |
| 29 | --without-hal \ | 29 | --without-hal \ |
| 30 | --disable-hal \ | ||
| 30 | " | 31 | " |
| 31 | 32 | ||
| 32 | PARALLEL_MAKE = "" | 33 | PARALLEL_MAKE = "" |
| @@ -108,7 +109,6 @@ python populate_packages_prepend() { | |||
| 108 | } | 109 | } |
| 109 | 110 | ||
| 110 | RDEPENDS_pulseaudio-module-console-kit =+ "consolekit" | 111 | RDEPENDS_pulseaudio-module-console-kit =+ "consolekit" |
| 111 | RDEPENDS_pulseaudio-module-hal-detect =+ "hal" | ||
| 112 | RDEPENDS_pulseaudio-server = " \ | 112 | RDEPENDS_pulseaudio-server = " \ |
| 113 | pulseaudio-module-device-restore \ | 113 | pulseaudio-module-device-restore \ |
| 114 | pulseaudio-module-stream-restore \ | 114 | pulseaudio-module-stream-restore \ |
| @@ -119,7 +119,6 @@ RDEPENDS_pulseaudio-server = " \ | |||
| 119 | pulseaudio-module-alsa-source \ | 119 | pulseaudio-module-alsa-source \ |
| 120 | pulseaudio-module-alsa-card \ | 120 | pulseaudio-module-alsa-card \ |
| 121 | pulseaudio-module-native-protocol-unix \ | 121 | pulseaudio-module-native-protocol-unix \ |
| 122 | pulseaudio-module-hal-detect \ | ||
| 123 | pulseaudio-module-default-device-restore \ | 122 | pulseaudio-module-default-device-restore \ |
| 124 | pulseaudio-module-rescue-streams \ | 123 | pulseaudio-module-rescue-streams \ |
| 125 | pulseaudio-module-always-sink \ | 124 | pulseaudio-module-always-sink \ |
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.15.bb b/meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.15.bb index 71e19e9c6a..a46782b6e4 100644 --- a/meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.15.bb +++ b/meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.15.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | require pulseaudio.inc | 1 | require pulseaudio.inc |
| 2 | 2 | ||
| 3 | DEPENDS += "dbus gdbm speex" | 3 | DEPENDS += "dbus gdbm speex" |
| 4 | PR = "r15" | 4 | PR = "r16" |
| 5 | 5 | ||
| 6 | SRC_URI += "\ | 6 | SRC_URI += "\ |
| 7 | file://buildfix.patch;patch=1 \ | 7 | file://buildfix.patch;patch=1 \ |
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.22.bb b/meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.22.bb index 5124bd778f..d03a726605 100644 --- a/meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.22.bb +++ b/meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.22.bb | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | require pulseaudio.inc | 1 | require pulseaudio.inc |
| 2 | 2 | ||
| 3 | PR = "r2" | 3 | PR = "r3" |
| 4 | 4 | ||
| 5 | DEPENDS += "gdbm speex" | 5 | DEPENDS += "gdbm speex" |
| 6 | 6 | ||
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.23.bb b/meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.23.bb index 4bdc4edf06..9f354ff305 100644 --- a/meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.23.bb +++ b/meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.23.bb | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | require pulseaudio.inc | 1 | require pulseaudio.inc |
| 2 | 2 | ||
| 3 | PR = "r0" | 3 | PR = "r1" |
| 4 | 4 | ||
| 5 | DEPENDS += "gdbm speex" | 5 | DEPENDS += "gdbm speex" |
| 6 | 6 | ||
