mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00: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: 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:
committed by
Richard Purdie
parent
a8fa49fbc2
commit
0f872d91f4
@@ -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 = "r14"
|
||||
PR = "r15"
|
||||
|
||||
DEPENDS += "libjson gdbm speex libxml-parser-perl-native"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user