mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
ecb5359832
commit
0be4b5b580
@@ -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 \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
require pulseaudio.inc
|
||||
|
||||
DEPENDS += "dbus gdbm speex"
|
||||
PR = "r15"
|
||||
PR = "r16"
|
||||
|
||||
SRC_URI += "\
|
||||
file://buildfix.patch;patch=1 \
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
require pulseaudio.inc
|
||||
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
|
||||
DEPENDS += "gdbm speex"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
require pulseaudio.inc
|
||||
|
||||
PR = "r0"
|
||||
PR = "r1"
|
||||
|
||||
DEPENDS += "gdbm speex"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user