| Submitter | Martin Jansa |
|---|---|
| Date | July 19, 2012, 2:05 p.m. |
| Message ID | <e7c7a18fa310bce6666944340c9a5624f1a67dc6.1342706683.git.Martin.Jansa@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/32527/ |
| State | Accepted |
| Commit | 192ae54acdd9875bd15689f28d5fb05ace53b407 |
| Headers | show |
Comments
Patch
diff --git a/meta-oe/recipes-support/poppler/poppler-fpu.inc b/meta-oe/recipes-support/poppler/poppler-fpu.inc index a262730..11df852 100644 --- a/meta-oe/recipes-support/poppler/poppler-fpu.inc +++ b/meta-oe/recipes-support/poppler/poppler-fpu.inc @@ -1,6 +1,6 @@ def get_poppler_fpu_setting(bb, d): - if bb.data.getVar('TARGET_FPU', d, 1) in [ 'soft' ]: - return "--enable-fixedpoint" - return "" + if bb.data.getVar('TARGET_FPU', d, 1) in [ 'soft' ]: + return "--enable-fixedpoint" + return ""
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> --- meta-oe/recipes-support/poppler/poppler-fpu.inc | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)