mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +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: 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:
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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user