summaryrefslogtreecommitdiffstats
path: root/meta
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-05-31 21:15:07 +0100
commita0f1aca7a0ee4baaf1faf8bc9b35e1a88f0c1c40 (patch)
treee5709c61ac8171a9793f7a193ecf57a4e4b7be9b /meta
parentb3de1f1140262d8bd9b31ff08c09cb90b716bae8 (diff)
downloadpoky-a0f1aca7a0ee4baaf1faf8bc9b35e1a88f0c1c40.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. (From OE-Core rev: 544fe63b6a861129ea15f4cd37952e513ab0013e) Signed-off-by: Ken Werner <ken.werner@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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"
33 33
34S = "${WORKDIR}/bdwgc" 34S = "${WORKDIR}/bdwgc"
35 35
36ARM_INSTRUCTION_SET = "arm"
37
36inherit autotools 38inherit autotools
37BBCLASSEXTEND = "native nativesdk" 39BBCLASSEXTEND = "native nativesdk"