[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.

yzhu1 Yanjun.Zhu at windriver.com
Mon Feb 4 02:52:50 UTC 2013


On 02/02/2013 03:21 AM, Saul Wold wrote:
> 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!
>
OK. I will follow your advice and make a test.

Thanks a lot.
Zhu Yanjun
>>   inherit gettext perlnative
>>
>>
>
>





More information about the Openembedded-core mailing list