]> code.ossystems Code Review - openembedded-core.git/commitdiff
pulseaudio: Really disable orc support
authorEric Bénard <eric@eukrea.com>
Mon, 20 Feb 2012 07:57:33 +0000 (08:57 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 26 Feb 2012 11:55:37 +0000 (11:55 +0000)
If orc is detected the compilation fails with missing headers which
should have been generated by orc (using meta-angstrom + meta-openembedded
and and armv7 target)

[RP: add RP bump, fix typos]
Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/pulseaudio/pulseaudio.inc
meta/recipes-multimedia/pulseaudio/pulseaudio_1.1.bb

index 38ecba58ad8f1e72c7920d572ca213662cc19f1e..ca3a28dc6cd3cb5bea609408ace9d829389ebe22 100644 (file)
@@ -29,6 +29,7 @@ EXTRA_OECONF = "\
                --with-oss \
                --without-hal \
                --disable-hal \
+               --disable-orc \
                --with-access-group=audio \
 "
 
index 93db7825ea45e8bef8fb08e0e5fdf41c67c64231..30559942498de8471ee59fcf84f10a8033491dcb 100644 (file)
@@ -1,6 +1,6 @@
 require pulseaudio.inc
 
-PR = "r5"
+PR = "r6"
 
 DEPENDS += "libjson gdbm speex libxml-parser-perl-native"