From patchwork Fri Apr 20 16:45:22 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [CONSOLIDATED,PULL,31/43] bdwgc: Set ARM_INSTRUCTION_SET to "arm" Date: Fri, 20 Apr 2012 16:45:22 -0000 From: Saul Wold X-Patchwork-Id: 26219 Message-Id: <94309a319aaf91b1a3a29025c50076bd35b22f47.1334940120.git.sgw@linux.intel.com> To: openembedded-core@lists.openembedded.org From: Ken Werner The bdwgc recipe uses a version of libatomic that fails when building in Thumb mode. This has been fixed upstream already. The pulseaudio/libatomics-ops_1.2.bb has the same issue and sets the ARM_INSTRUCTION_SET to "arm" (probably until a new version gets pulled in). This patch applies the same workaround to the bdwgc/bdwgc_20110107.bb recipe. Signed-off-by: Ken Werner --- meta/recipes-support/bdwgc/bdwgc_20110107.bb | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-support/bdwgc/bdwgc_20110107.bb b/meta/recipes-support/bdwgc/bdwgc_20110107.bb index 327e59b..bc7b613 100644 --- a/meta/recipes-support/bdwgc/bdwgc_20110107.bb +++ b/meta/recipes-support/bdwgc/bdwgc_20110107.bb @@ -33,5 +33,7 @@ PR = "r1" S = "${WORKDIR}/bdwgc" +ARM_INSTRUCTION_SET = "arm" + inherit autotools BBCLASSEXTEND = "native nativesdk"