From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpfb2-g21.free.fr ([212.27.42.10]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1RzOPU-000147-9s for openembedded-core@lists.openembedded.org; Mon, 20 Feb 2012 09:15:48 +0100 Received: from smtp3-g21.free.fr (smtp3-g21.free.fr [212.27.42.3]) by smtpfb2-g21.free.fr (Postfix) with ESMTP id 2D371D198CA for ; Mon, 20 Feb 2012 08:57:42 +0100 (CET) Received: from localhost.localdomain (unknown [82.233.81.124]) by smtp3-g21.free.fr (Postfix) with ESMTP id 72CFEA6292; Mon, 20 Feb 2012 08:57:38 +0100 (CET) From: =?UTF-8?q?Eric=20B=C3=A9nard?= To: openembedded-core@lists.openembedded.org Date: Mon, 20 Feb 2012 08:57:33 +0100 Message-Id: <1329724653-2094-1-git-send-email-eric@eukrea.com> X-Mailer: git-send-email 1.7.7.6 MIME-Version: 1.0 Subject: [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: Mon, 20 Feb 2012 08:15:48 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable else if orc is detected the compilation fails with missing headers which should have been generated by orc (using meta-angstrom + meta-openembedde= d and and armv7 target) Signed-off-by: Eric B=C3=A9nard --- 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/rec= ipes-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 =3D "\ --with-oss \ --without-hal \ --disable-hal \ + --disable-orc \ --with-access-group=3Daudio \ " =20 --=20 1.7.7.6