{e,efl}.bbclass: we want all the speed we can get out of it *and* it SIGILLs with...
authorKoen Kooi <koen@openembedded.org>
Thu, 15 Jan 2009 11:42:50 +0000 (12:42 +0100)
committerKoen Kooi <koen@openembedded.org>
Thu, 15 Jan 2009 11:42:50 +0000 (12:42 +0100)
classes/e.bbclass
classes/efl.bbclass

index 77cef7f..a56cdff 100644 (file)
@@ -5,6 +5,8 @@ SRCNAME ?= "${PN}"
 SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk;module=${SRCNAME};proto=http"
 S = "${WORKDIR}/${SRCNAME}"
 
+ARM_INSTRUCTION_SET = "arm"
+
 inherit autotools pkgconfig binconfig
 
 do_prepsources () {
index a8a8e08..d333c4b 100644 (file)
@@ -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