mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-21 05:57:05 +00:00
navit: use 4 spaces instead of tabs in get_navit_fpu_setting
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
def get_navit_fpu_setting(bb, d):
|
def get_navit_fpu_setting(bb, d):
|
||||||
if bb.data.getVar('TARGET_FPU', d, 1) in [ 'soft' ]:
|
if bb.data.getVar('TARGET_FPU', d, 1) in [ 'soft' ]:
|
||||||
return "--enable-avoid-float"
|
return "--enable-avoid-float"
|
||||||
return ""
|
return ""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user