From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail1.windriver.com ([147.11.146.13]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1U2Fwg-00010R-VM for openembedded-core@lists.openembedded.org; Mon, 04 Feb 2013 07:54:33 +0100 Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail1.windriver.com (8.14.5/8.14.3) with ESMTP id r146ccqD007749 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Sun, 3 Feb 2013 22:38:39 -0800 (PST) Received: from [128.224.162.170] (128.224.162.170) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server (TLS) id 14.2.318.4; Sun, 3 Feb 2013 22:38:36 -0800 Message-ID: <510F576C.3040806@windriver.com> Date: Mon, 4 Feb 2013 14:38:36 +0800 From: yzhu1 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 MIME-Version: 1.0 To: yzhu1 References: <3826> <1359701137-15892-1-git-send-email-yanjun.zhu@windriver.com> <510C15B1.3050103@linux.intel.com> <510F2282.6020702@windriver.com> In-Reply-To: <510F2282.6020702@windriver.com> X-Originating-IP: [128.224.162.170] 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. X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 06:54:41 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit 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" >>> >>> Signed-off-by: yanjun.zhu >>> --- >>> 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 > >