mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
pulseaudio: disable HAL support and enable udev support
HAL is deprecated and udev should be used with pulseaudio 0.9.22. THe .23 release from 2 weeks ago already removed HAL support. (From OE-Core rev: 8579edc2f3f06cbe27ebfae52f8daff4ac6972f4) 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
e0c143efd2
commit
760eace4a5
@@ -7,9 +7,9 @@ LIC_FILES_CHKSUM = "file://GPL;md5=4325afd396febcb659c36b49533135d4 \
|
||||
file://LGPL;md5=2d5025d4aa3495befef8f17206a5b0a1 \
|
||||
file://src/modules/bluetooth/proximity-helper.c;beginline=1;endline=25;md5=e4cc710e40a4d900c2c294167bc58270 \
|
||||
file://src/pulsecore/vector.h;beginline=1;endline=21;md5=1b561f0a2ca47b1fa49862a6ccaacff1"
|
||||
DEPENDS = "libatomics-ops liboil avahi libsamplerate0 libsndfile1 libtool hal virtual/libx11"
|
||||
DEPENDS = "libatomics-ops liboil avahi libsamplerate0 libsndfile1 libtool virtual/libx11"
|
||||
# optional
|
||||
DEPENDS += "alsa-lib glib-2.0 dbus consolekit hal"
|
||||
DEPENDS += "udev alsa-lib glib-2.0 dbus consolekit"
|
||||
|
||||
SRC_URI = "http://0pointer.de/lennart/projects/pulseaudio/pulseaudio-${PV}.tar.gz \
|
||||
file://gcc4-compile-fix.patch;patch=1 \
|
||||
@@ -26,7 +26,7 @@ EXTRA_OECONF = "\
|
||||
--with-glib \
|
||||
--with-alsa \
|
||||
--with-oss \
|
||||
--with-hal \
|
||||
--without-hal \
|
||||
"
|
||||
|
||||
PARALLEL_MAKE = ""
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
require pulseaudio.inc
|
||||
|
||||
PR = "r1"
|
||||
PR = "r2"
|
||||
|
||||
DEPENDS += "gdbm speex"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user