pulseaudio: explicitly set --with-database=simple

The default value for --with-database is "auto".  So, if some package
installs a database library and pulseaudio auto detects, that library
will be added to the dependencies list, causing a dependency error at
do_rootfs time.  For example, samba installs libtdb, which is one of
the pulseaudio supported databases.

(From OE-Core rev: 715631e5b8d5fc7dbcc8b8cbca1948f9301e8d68)

Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Mario Domenech Goulart 2012-12-03 16:06:04 -02:00 committed by Richard Purdie
parent a8fa49fbc2
commit 0f872d91f4
2 changed files with 2 additions and 1 deletions

View File

@ -39,6 +39,7 @@ EXTRA_OECONF = "\
--with-access-group=audio \
--disable-openssl \
--disable-xen \
--with-database=simple \
"
PARALLEL_MAKE = ""

View File

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