* [PATCH] Specify use of gdbm database for pulseaudio
@ 2013-03-01 22:27 Rich Dubielzig
0 siblings, 0 replies; only message in thread
From: Rich Dubielzig @ 2013-03-01 22:27 UTC (permalink / raw)
To: Openembedded-core; +Cc: rich.dubielzig
The OE code as-is makes pulseaudio depend on gdbm, but the actual configure
process may automatically select the tdb library if a samba build has already
started. This is problematic because it's nondeterministic and the samba
build may not be in a completed state causing compile to fail.
Signed-off-by: Rich Dubielzig <rich.dubielzig@windriver.com>
---
meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 1 +
.../pulseaudio/pulseaudio_2.1.bb | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
index 11c6355..fdf4a8a 100644
--- a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
+++ b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
@@ -37,6 +37,7 @@ EXTRA_OECONF = "\
--disable-orc \
--with-access-group=audio \
--without-fftw \
+ --with-database=gdbm \
"
PARALLEL_MAKE = ""
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio_2.1.bb b/meta/recipes-multimedia/pulseaudio/pulseaudio_2.1.bb
index e39b69e..2f3728f 100644
--- a/meta/recipes-multimedia/pulseaudio/pulseaudio_2.1.bb
+++ b/meta/recipes-multimedia/pulseaudio/pulseaudio_2.1.bb
@@ -1,6 +1,6 @@
require pulseaudio.inc
-PR = "r3"
+PR = "r4"
DEPENDS += "libjson gdbm speex libxml-parser-perl-native"
--
1.7.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-03-01 22:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-01 22:27 [PATCH] Specify use of gdbm database for pulseaudio Rich Dubielzig
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox