All of lore.kernel.org
 help / color / mirror / Atom feed
From: yzhu1 <Yanjun.Zhu@windriver.com>
To: yzhu1 <Yanjun.Zhu@windriver.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [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.
Date: Mon, 4 Feb 2013 14:38:36 +0800	[thread overview]
Message-ID: <510F576C.3040806@windriver.com> (raw)
In-Reply-To: <510F2282.6020702@windriver.com>

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@windriver.com>
>>>
>>> Signed-off-by: yanjun.zhu <yanjun.zhu@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@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
>




  reply	other threads:[~2013-02-04  6:54 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <3826>
2013-02-01  6:45 ` [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 yanjun.zhu
2013-02-01 19:21   ` Saul Wold
2013-02-04  2:52     ` yzhu1
2013-02-04  6:38       ` yzhu1 [this message]
2013-02-04  6:48 ` [V2PATCH] pulseaudio_2.1: Remove the dependence of fftw. Signed-off-by: yanjun.zhu <yanjun.zhu@windriver.com> yanjun.zhu
2013-02-04  6:51   ` yzhu1
2013-02-04  6:54 ` [V2 PATCH] pulseaudio_2.1: Remove the dependence of fftw yanjun.zhu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=510F576C.3040806@windriver.com \
    --to=yanjun.zhu@windriver.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.