From a0f1aca7a0ee4baaf1faf8bc9b35e1a88f0c1c40 Mon Sep 17 00:00:00 2001 From: Ken Werner Date: Thu, 19 Apr 2012 12:20:39 +0200 Subject: bdwgc: Set ARM_INSTRUCTION_SET to "arm" 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. (From OE-Core rev: 544fe63b6a861129ea15f4cd37952e513ab0013e) Signed-off-by: Ken Werner Signed-off-by: Richard Purdie --- meta/recipes-support/bdwgc/bdwgc_20110107.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-support') diff --git a/meta/recipes-support/bdwgc/bdwgc_20110107.bb b/meta/recipes-support/bdwgc/bdwgc_20110107.bb index 327e59b650..bc7b61394e 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" -- cgit v1.2.3-54-g00ecf