mirror of
https://git.yoctoproject.org/poky
synced 2026-04-07 14:02:22 +02:00
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:
committed by
Richard Purdie
parent
24bcf6aa08
commit
f018e39132
@@ -39,6 +39,7 @@ EXTRA_OECONF = "\
|
||||
--with-access-group=audio \
|
||||
--disable-openssl \
|
||||
--disable-xen \
|
||||
--with-database=simple \
|
||||
"
|
||||
|
||||
PARALLEL_MAKE = ""
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
require pulseaudio.inc
|
||||
|
||||
PR = "r8"
|
||||
PR = "r9"
|
||||
|
||||
DEPENDS += "libjson gdbm speex libxml-parser-perl-native"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user