aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/bdwgc
diff options
context:
space:
mode:
authorKen Werner <ken.werner@linaro.org>2012-04-19 12:20:39 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-24 15:51:34 +0100
commita648afcdd045a38d3c6729499a48ab7212a0b3c3 (patch)
tree398069111adf11e3c81ca1b88d28372027d6085a /meta/recipes-support/bdwgc
parent678973a9ad258b466295a666cbcd56df15a57c7c (diff)
downloadopenembedded-core-contrib-a648afcdd045a38d3c6729499a48ab7212a0b3c3.tar.gz
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. Signed-off-by: Ken Werner <ken.werner@linaro.org>
Diffstat (limited to 'meta/recipes-support/bdwgc')
-rw-r--r--meta/recipes-support/bdwgc/bdwgc_20110107.bb2
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 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"