]> code.ossystems Code Review - openembedded-core.git/commitdiff
pulseaudio: disable tcpwrap by default
authorSaul Wold <sgw@linux.intel.com>
Mon, 17 Sep 2012 12:07:28 +0000 (14:07 +0200)
committerScott Garman <scott.a.garman@intel.com>
Mon, 24 Sep 2012 16:51:13 +0000 (09:51 -0700)
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.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-multimedia/pulseaudio/pulseaudio.inc
meta/recipes-multimedia/pulseaudio/pulseaudio_1.1.bb

index a653af537830b075adba410d48cb15f700084f3c..a2f0d9f14bd051551eda88d263dbd80eaa859054 100644 (file)
@@ -31,6 +31,7 @@ EXTRA_OECONF = "\
                --without-hal \
                --disable-hal \
                --disable-orc \
+               --enable-tcpwrap=no \
                --with-access-group=audio \
 "
 
index fd61149b3a08e90a0fdf0f100c4e86a1c1de929a..d2ed3c821404e0c5366dca1a6f518e15f4fe12e5 100644 (file)
@@ -1,6 +1,6 @@
 require pulseaudio.inc
 
-PR = "r8"
+PR = "r9"
 
 DEPENDS += "libjson gdbm speex libxml-parser-perl-native"