diff options
author | Ken Werner <ken.werner@linaro.org> | 2012-04-19 12:20:39 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-26 10:05:10 +0100 |
commit | b8909556e30407acb8946472a4829ab9ba984b00 (patch) | |
tree | b79964777f34aeae85d0b9d42baa5d7d163e27f2 | |
parent | c312cf768fa589f13cab12a1bed69b5b5d488226 (diff) | |
download | poky-b8909556e30407acb8946472a4829ab9ba984b00.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: a648afcdd045a38d3c6729499a48ab7212a0b3c3)
Signed-off-by: Ken Werner <ken.werner@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | 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 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 | ||
34 | S = "${WORKDIR}/bdwgc" | 34 | S = "${WORKDIR}/bdwgc" |
35 | 35 | ||
36 | ARM_INSTRUCTION_SET = "arm" | ||
37 | |||
36 | inherit autotools | 38 | inherit autotools |
37 | BBCLASSEXTEND = "native nativesdk" | 39 | BBCLASSEXTEND = "native nativesdk" |