aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/efl1/edje-fpu.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-01-05 20:52:57 +0100
committerKoen Kooi <koen@openembedded.org>2010-01-05 20:52:57 +0100
commit4d99d97baed0b1210ca2333ed346bd84896db43e (patch)
treece278e128bda6d8fb2618470aa077351f10c9903 /recipes/efl1/edje-fpu.inc
parenta3374cb8b7fedc796b7014dff81bcdbfd57aed96 (diff)
downloadopenembedded-4d99d97baed0b1210ca2333ed346bd84896db43e.tar.gz
e17: bump SRCREV, enable fixed-point mode in edje according to target fpu setting
* tested on angstrom/beagleboard and angstrom/hawkboard
Diffstat (limited to 'recipes/efl1/edje-fpu.inc')
-rw-r--r--recipes/efl1/edje-fpu.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/efl1/edje-fpu.inc b/recipes/efl1/edje-fpu.inc
new file mode 100644
index 0000000000..1af86e3cc0
--- /dev/null
+++ b/recipes/efl1/edje-fpu.inc
@@ -0,0 +1,6 @@
+
+def get_edje_fpu_setting(bb, d):
+ if bb.data.getVar('TARGET_FPU', d, 1) in [ 'soft' ]:
+ return "--enable-fixed-point"
+ return ""
+