[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 06:38:36 UTC 2013


On 02/04/2013 10:52 AM, yzhu1 wrote:
> 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
Hi, Saul

Just now I made a test. Using --without-fftw, the file 
module-equalizer-sink.c which requires "fftw3.h" is not compiled.
So this can fix this defect.

Thanks a lot.
Zhu Yanjun
>>>   inherit gettext perlnative
>>>
>>>
>>
>>
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
>





More information about the Openembedded-core mailing list