1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-07 16:59:22 +00: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:
Saul Wold
2012-05-02 11:32:19 -07:00
committed by Richard Purdie
parent 5e77a844d5
commit faf1a72ce3
2 changed files with 2 additions and 1 deletions
@@ -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"