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: 400ebfde27a2de4014d4711ac80a87116ad17e55)

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 24bcf6aa08
commit f018e39132
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 = "r8"
PR = "r9"
DEPENDS += "libjson gdbm speex libxml-parser-perl-native"