diff options
| -rw-r--r-- | meta-oe/recipes-support/poppler/poppler-fpu.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/poppler/poppler-fpu.inc b/meta-oe/recipes-support/poppler/poppler-fpu.inc index a26273020a..11df852806 100644 --- a/meta-oe/recipes-support/poppler/poppler-fpu.inc +++ b/meta-oe/recipes-support/poppler/poppler-fpu.inc | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | 1 | ||
| 2 | def get_poppler_fpu_setting(bb, d): | 2 | def get_poppler_fpu_setting(bb, d): |
| 3 | if bb.data.getVar('TARGET_FPU', d, 1) in [ 'soft' ]: | 3 | if bb.data.getVar('TARGET_FPU', d, 1) in [ 'soft' ]: |
| 4 | return "--enable-fixedpoint" | 4 | return "--enable-fixedpoint" |
| 5 | return "" | 5 | return "" |
| 6 | 6 | ||
