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>
This commit is contained in:
Ken Werner 2012-04-19 12:20:39 +02:00 committed by Richard Purdie
parent c312cf768f
commit b8909556e3
1 changed files with 2 additions and 0 deletions

View File

@ -33,5 +33,7 @@ PR = "r1"
S = "${WORKDIR}/bdwgc"
ARM_INSTRUCTION_SET = "arm"
inherit autotools
BBCLASSEXTEND = "native nativesdk"