diff options
author | Koen Kooi <koen@openembedded.org> | 2009-01-15 12:42:50 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-01-15 12:42:50 +0100 |
commit | 1dffa54d5801ae404677edb99c832c2d48e43240 (patch) | |
tree | d4bbc9f3f38a38d8598410ddc312234c79c0bf4f /classes/efl.bbclass | |
parent | 63b8d0beb988997ccc172907c989327cfdacb38d (diff) |
{e,efl}.bbclass: we want all the speed we can get out of it *and* it SIGILLs with thumb, so: ARM_INSTRUCTION_SET = "arm"
Diffstat (limited to 'classes/efl.bbclass')
-rw-r--r-- | classes/efl.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/classes/efl.bbclass b/classes/efl.bbclass index a8a8e08cdc..d333c4b434 100644 --- a/classes/efl.bbclass +++ b/classes/efl.bbclass @@ -9,6 +9,8 @@ DEPENDS += "pkgconfig-native" # revision 0d93ec84b30bc1bee2caaee72d667f87bc468a70 made SRCDATE and hence PV go backwards, so we need to up PE to unbreak builds and feeds :( PE = "2" +ARM_INSTRUCTION_SET = "arm" + AUTOTOOLS_STAGE_PKGCONFIG = "1" # do NOT inherit pkgconfig here, see note in autotools_stage_all inherit autotools |