]> code.ossystems Code Review - openembedded-core.git/commitdiff
bdwgc: Set ARM_INSTRUCTION_SET to "arm"
authorKen Werner <ken.werner@linaro.org>
Thu, 19 Apr 2012 10:20:39 +0000 (12:20 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 24 Apr 2012 14:51:34 +0000 (15:51 +0100)
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>
meta/recipes-support/bdwgc/bdwgc_20110107.bb

index 327e59b650a0e0d13a17112acc10d29345296d5d..bc7b61394eaf3bb93449400c83a867c42390f59c 100644 (file)
@@ -33,5 +33,7 @@ PR = "r1"
 
 S = "${WORKDIR}/bdwgc"
 
+ARM_INSTRUCTION_SET = "arm"
+
 inherit autotools
 BBCLASSEXTEND = "native nativesdk"