git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
622fbb8
)
clutter_0.8+git.bb: When compiling for ARM always use 32bit(arm) instruction set
author
Khem Raj
<raj.khem@gmail.com>
Sat, 21 Aug 2010 06:28:50 +0000
(23:28 -0700)
committer
Khem Raj
<raj.khem@gmail.com>
Sat, 21 Aug 2010 06:31:36 +0000
(23:31 -0700)
* Clutter has some inline asm which is not thumb friendly.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/clutter/clutter_0.8+git.bb
patch
|
blob
|
history
diff --git
a/recipes/clutter/clutter_0.8+git.bb
b/recipes/clutter/clutter_0.8+git.bb
index
b6f52cf
..
692154d
100644
(file)
--- a/
recipes/clutter/clutter_0.8+git.bb
+++ b/
recipes/clutter/clutter_0.8+git.bb
@@
-12,4
+12,4
@@
SRC_URI = "git://git.clutter-project.org/clutter.git;protocol=git;branch=clutter
S = "${WORKDIR}/git"
-
+ARM_INSTRUCTION_SET = "arm"