diff options
Diffstat (limited to 'meta-oe/recipes-support/poppler/poppler_0.48.0.bb')
| -rw-r--r-- | meta-oe/recipes-support/poppler/poppler_0.48.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/poppler/poppler_0.48.0.bb b/meta-oe/recipes-support/poppler/poppler_0.48.0.bb index c586755644..ebe986b9f1 100644 --- a/meta-oe/recipes-support/poppler/poppler_0.48.0.bb +++ b/meta-oe/recipes-support/poppler/poppler_0.48.0.bb | |||
| @@ -43,7 +43,7 @@ SRC_URI_append = "${QT4E_PATCHES}" | |||
| 43 | 43 | ||
| 44 | # check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points | 44 | # check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points |
| 45 | def get_poppler_fpu_setting(bb, d): | 45 | def get_poppler_fpu_setting(bb, d): |
| 46 | if d.getVar('TARGET_FPU', 1) in [ 'soft' ]: | 46 | if d.getVar('TARGET_FPU') in [ 'soft' ]: |
| 47 | return "--enable-fixedpoint" | 47 | return "--enable-fixedpoint" |
| 48 | return "" | 48 | return "" |
| 49 | 49 | ||
