[OE-core] [oe-core][PATCH] pulseaudio_2.1: when do_compile, pulseaudio needs fftw3.h header file. In order to provide fftw3.h, the dependence of fftw is added.

Saul Wold sgw at linux.intel.com
Fri Feb 1 19:21:21 UTC 2013


On 01/31/2013 10:45 PM, yanjun.zhu wrote:
> From: "yanjun.zhu" <yanjun.zhu at windriver.com>
>
> Signed-off-by: yanjun.zhu <yanjun.zhu at windriver.com>
> ---
>   meta/recipes-multimedia/pulseaudio/pulseaudio_2.1.bb | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio_2.1.bb b/meta/recipes-multimedia/pulseaudio/pulseaudio_2.1.bb
> index a576368..5110cca 100644
> --- a/meta/recipes-multimedia/pulseaudio/pulseaudio_2.1.bb
> +++ b/meta/recipes-multimedia/pulseaudio/pulseaudio_2.1.bb
> @@ -1,8 +1,8 @@
>   require pulseaudio.inc
>
> -PR = "r15"
> +PR = "r16"
>
> -DEPENDS += "libjson gdbm speex libxml-parser-perl-native"
> +DEPENDS += "libjson gdbm speex libxml-parser-perl-native fftw"
>
This looks like a possibly host contamination issue, since oe-core 
itself does not provide fftw, you could instead add --without-fftw.

This will ensure that fftw is not picked up from the host.

Thanks
	Sau!

>   inherit gettext perlnative
>
>




More information about the Openembedded-core mailing list