pulseaudio: Ensure openssl is disabled

We don't DEPEND on openssl but configure will try to use it if
pkg-config thinks it might be installed.  This can lead to failing
and/or nondeterministic builds, so let's force it off.

(From OE-Core rev: 1cdcd754651f8d519ac8e4ba0d241d784e2a0090)

Signed-off-by: Phil Blundell <pb@pbcl.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Phil Blundell 2012-09-22 19:37:04 +01:00 committed by Richard Purdie
parent 82a99a4cee
commit b5b0fc2b73
2 changed files with 2 additions and 1 deletions

View File

@ -37,6 +37,7 @@ EXTRA_OECONF = "\
--disable-orc \
--enable-tcpwrap=no \
--with-access-group=audio \
--disable-openssl \
"
PARALLEL_MAKE = ""

View File

@ -1,6 +1,6 @@
require pulseaudio.inc
PR = "r4"
PR = "r5"
DEPENDS += "libjson gdbm speex libxml-parser-perl-native"