[oe-commits] Ken Werner : bdwgc: Set ARM_INSTRUCTION_SET to "arm"

git at git.openembedded.org git at git.openembedded.org
Tue Apr 24 14:58:23 UTC 2012


Module: openembedded-core.git
Branch: master-next
Commit: a648afcdd045a38d3c6729499a48ab7212a0b3c3
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=a648afcdd045a38d3c6729499a48ab7212a0b3c3

Author: Ken Werner <ken.werner at linaro.org>
Date:   Thu Apr 19 12:20:39 2012 +0200

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 at linaro.org>

---

 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 327e59b..bc7b613 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"





More information about the Openembedded-commits mailing list