1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 12:49:46 +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: 5b3d18d12fff156d4d360b779eb4ae78a480ce10)

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-09-17 14:07:28 +02:00
committed by Richard Purdie
parent f6876adb6a
commit 8941d5aa3b
2 changed files with 2 additions and 1 deletions
@@ -31,6 +31,7 @@ EXTRA_OECONF = "\
--without-hal \ --without-hal \
--disable-hal \ --disable-hal \
--disable-orc \ --disable-orc \
--enable-tcpwrap=no \
--with-access-group=audio \ --with-access-group=audio \
" "
@@ -1,6 +1,6 @@
require pulseaudio.inc require pulseaudio.inc
PR = "r8" PR = "r9"
DEPENDS += "libjson gdbm speex libxml-parser-perl-native" DEPENDS += "libjson gdbm speex libxml-parser-perl-native"