From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga01.intel.com ([192.55.52.88]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1RzwCM-0005Xp-5R for openembedded-core@lists.openembedded.org; Tue, 21 Feb 2012 21:20:30 +0100 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 21 Feb 2012 12:12:10 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.71,315,1320652800"; d="scan'208";a="127853322" Received: from unknown (HELO [10.255.15.72]) ([10.255.15.72]) by fmsmga002.fm.intel.com with ESMTP; 21 Feb 2012 12:12:09 -0800 Message-ID: <4F43FA99.7040508@linux.intel.com> Date: Tue, 21 Feb 2012 12:12:09 -0800 From: Saul Wold User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20120131 Thunderbird/10.0 MIME-Version: 1.0 To: Patches and discussions about the oe-core layer References: <1329724653-2094-1-git-send-email-eric@eukrea.com> In-Reply-To: Subject: Re: [PATCH] pulseaudio: realy disable orc support X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2012 20:20:32 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit On 02/20/2012 08:19 AM, Khem Raj wrote: > Hi Eric > > On Sun, Feb 19, 2012 at 11:57 PM, Eric Bénard wrote: >> else if orc is detected the compilation fails with missing headers which >> should have been generated by orc (using meta-angstrom + meta-openembedded >> and and armv7 target) > > some typos in summary and commit message otherwise ok. >> >> Signed-off-by: Eric Bénard >> --- >> meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 1 + >> 1 files changed, 1 insertions(+), 0 deletions(-) >> >> diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc >> index 38ecba5..ca3a28d 100644 >> --- a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc >> +++ b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc >> @@ -29,6 +29,7 @@ EXTRA_OECONF = "\ >> --with-oss \ >> --without-hal \ >> --disable-hal \ >> + --disable-orc \ >> --with-access-group=audio \ >> " >> >> -- Needs a PR Bump Sau!