summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/poppler/poppler_0.48.0.bb
diff options
context:
space:
mode:
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.bb2
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 c58675564..ebe986b9f 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
45def get_poppler_fpu_setting(bb, d): 45def 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