]> 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)
committerRoss Burton <ross.burton@intel.com>
Thu, 6 Dec 2012 13:02:01 +0000 (13:02 +0000)
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 74f34b1de1582052d446d542e10cecff85d9703d..8f8f5677e0e6ab4e702f4344e44c352fc4e7af41 100644 (file)
@@ -39,6 +39,7 @@ EXTRA_OECONF = "\
                --with-access-group=audio \
                --disable-openssl \
                --disable-xen \
+               --with-database=simple \
 "
 
 PARALLEL_MAKE = ""
index d25b424214c5c8d94010225934ffada6b7dd707b..07410a4a633fe1b26904b204057b87f53014c762 100644 (file)
@@ -1,6 +1,6 @@
 require pulseaudio.inc
 
-PR = "r8"
+PR = "r9"
 
 DEPENDS += "libjson gdbm speex libxml-parser-perl-native"