diff options
Diffstat (limited to 'meta-oe/recipes-graphics/gegl/gegl_0.2.0.bb')
-rw-r--r-- | meta-oe/recipes-graphics/gegl/gegl_0.2.0.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/gegl/gegl_0.2.0.bb b/meta-oe/recipes-graphics/gegl/gegl_0.2.0.bb index 58103f61b..bd2e5d4b4 100644 --- a/meta-oe/recipes-graphics/gegl/gegl_0.2.0.bb +++ b/meta-oe/recipes-graphics/gegl/gegl_0.2.0.bb | |||
@@ -19,3 +19,8 @@ SRC_URI[sha256sum] = "df2e6a0d9499afcbc4f9029c18d9d1e0dd5e8710a75e17c9b1d9a6480d | |||
19 | FILES_${PN} += "${libdir}/gegl-*/*.so" | 19 | FILES_${PN} += "${libdir}/gegl-*/*.so" |
20 | FILES_${PN}-dev += "${libdir}/gegl-*/*.la" | 20 | FILES_${PN}-dev += "${libdir}/gegl-*/*.la" |
21 | FILES_${PN}-dbg += "${libdir}/gegl-*/.debug" | 21 | FILES_${PN}-dbg += "${libdir}/gegl-*/.debug" |
22 | |||
23 | # Fails to build with thumb-1 (qemuarm) | ||
24 | # gegl-0.2.0/operations/common/matting-global.c: In function 'matting_process': | ||
25 | # gegl-0.2.0/operations/common/matting-global.c:463:1: internal compiler error: in patch_jump_insn, at cfgrtl.c:1275 | ||
26 | ARM_INSTRUCTION_SET = "arm" | ||