]> code.ossystems Code Review - openembedded-core.git/commitdiff
pulseaudio: explicitly set --with-database=simple
authorMario Domenech Goulart <mario@ossystems.com.br>
Mon, 3 Dec 2012 18:06:04 +0000 (16:06 -0200)
committerSaul Wold <sgw@linux.intel.com>
Thu, 6 Dec 2012 07:42:34 +0000 (23:42 -0800)
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>
meta/recipes-multimedia/pulseaudio/pulseaudio.inc
meta/recipes-multimedia/pulseaudio/pulseaudio_2.1.bb

index d9a1b941d9fb6b5745f6a571ff52529af0fb28d6..6633e38ea36d355d3e3b214da50dc67d6e4fa200 100644 (file)
@@ -39,6 +39,7 @@ EXTRA_OECONF = "\
                --with-access-group=audio \
                --disable-openssl \
                --disable-xen \
+               --with-database=simple \
 "
 
 PARALLEL_MAKE = ""
index 811dc0f177165660583fb0639391959b42ede41a..a5763680f9e99c871706d617a2070cfb0c4f1286 100644 (file)
@@ -1,6 +1,6 @@
 require pulseaudio.inc
 
-PR = "r14"
+PR = "r15"
 
 DEPENDS += "libjson gdbm speex libxml-parser-perl-native"