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.
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
                --with-access-group=audio \
                --disable-openssl \
                --disable-xen \
+               --with-database=simple \
 "
 
 PARALLEL_MAKE = ""
 
 require pulseaudio.inc
 
-PR = "r14"
+PR = "r15"
 
 DEPENDS += "libjson gdbm speex libxml-parser-perl-native"