mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02:00
pulseaudio: disable tcpwrap by default
This ensures that tcpwrapper usage is always disabled, this was inconsistent because it would test for libwrap and sometimes enable and sometimes not. This ensures consistent build reproducibility. (From OE-Core rev: afa0efc3473fb5ba88d95594e382da2e03145c3b) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5e77a844d5
commit
faf1a72ce3
@@ -31,6 +31,7 @@ EXTRA_OECONF = "\
|
||||
--without-hal \
|
||||
--disable-hal \
|
||||
--disable-orc \
|
||||
--enable-tcpwrap=no \
|
||||
--with-access-group=audio \
|
||||
"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
require pulseaudio.inc
|
||||
|
||||
PR = "r8"
|
||||
PR = "r9"
|
||||
|
||||
DEPENDS += "libjson gdbm speex libxml-parser-perl-native"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user