mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 21:59:42 +01:00
pulseaudio: Fix typo causing missing hal dependency
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -108,7 +108,7 @@ python populate_packages_prepend() {
|
||||
}
|
||||
|
||||
RDEPENDS_pulseaudio-module-console-kit =+ "consolekit"
|
||||
RDEPENDS_pulseaudio-module-hal_detect =+ "hal"
|
||||
RDEPENDS_pulseaudio-module-hal-detect =+ "hal"
|
||||
RDEPENDS_pulseaudio-server = " \
|
||||
pulseaudio-module-device-restore \
|
||||
pulseaudio-module-stream-restore \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
require pulseaudio.inc
|
||||
|
||||
DEPENDS += "dbus gdbm speex"
|
||||
PR = "r12"
|
||||
PR = "r14"
|
||||
|
||||
SRC_URI += "\
|
||||
file://buildfix.patch;patch=1 \
|
||||
|
||||
Reference in New Issue
Block a user