diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-07-19 14:05:37 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-07-19 16:26:20 +0200 |
commit | a8090a76b444cf7f221f936305f32e3bf251b515 (patch) | |
tree | 68b236039a50b246b482de123e3937eebca173dc | |
parent | 6e40b5fa6127abdb964e0533914b43f8d7185064 (diff) | |
download | meta-openembedded-a8090a76b444cf7f221f936305f32e3bf251b515.tar.gz |
libopus: use 4 spaces instead of tabs in get_libopus_fpu_setting
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r-- | meta-oe/recipes-multimedia/libopus/libopus-fpu.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-multimedia/libopus/libopus-fpu.inc b/meta-oe/recipes-multimedia/libopus/libopus-fpu.inc index ed16602de..8464664d8 100644 --- a/meta-oe/recipes-multimedia/libopus/libopus-fpu.inc +++ b/meta-oe/recipes-multimedia/libopus/libopus-fpu.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | 1 | ||
2 | def get_libopus_fpu_setting(bb, d): | 2 | def get_libopus_fpu_setting(bb, d): |
3 | if d.getVar('TARGET_FPU', True) in [ 'soft' ]: | 3 | if d.getVar('TARGET_FPU', True) in [ 'soft' ]: |
4 | return "--enable-fixed-point" | 4 | return "--enable-fixed-point" |
5 | return "" | 5 | return "" |
6 | 6 | ||