diff options
| author | Andreas Müller <schnitzeltony@googlemail.com> | 2015-09-17 01:07:52 +0200 | 
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-09-23 15:39:43 +0200 | 
| commit | 809e18f01025c446df316ecd32a9b6c434534cee (patch) | |
| tree | 57c457b15677a5edd863dca81a454acd51381c4b | |
| parent | fd5ac68c8bd6e68d721418cf0273a7151e7ed847 (diff) | |
| download | meta-openembedded-809e18f01025c446df316ecd32a9b6c434534cee.tar.gz | |
gimp: fix compile in latest environment
fixes:
ld: error: file_ico-ico-load.o: requires unsupported dynamic reloc R_ARM_THM_MOVW_ABS_NC; recompile with -fPIC
ld: error: file_ico-ico-save.o: requires unsupported dynamic reloc R_ARM_THM_MOVW_ABS_NC; recompile with -fPIC
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-oe/recipes-graphics/gimp/gimp_2.8.14.bb | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/meta-oe/recipes-graphics/gimp/gimp_2.8.14.bb b/meta-oe/recipes-graphics/gimp/gimp_2.8.14.bb index efeb575a79..b897816b5a 100644 --- a/meta-oe/recipes-graphics/gimp/gimp_2.8.14.bb +++ b/meta-oe/recipes-graphics/gimp/gimp_2.8.14.bb | |||
| @@ -25,5 +25,7 @@ do_configure_append() { | |||
| 25 | find ${B} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g | 25 | find ${B} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g | 
| 26 | } | 26 | } | 
| 27 | 27 | ||
| 28 | CFLAGS += "-fPIC" | ||
| 29 | |||
| 28 | FILES_${PN}-dbg += "${libdir}/gimp/2.0/*/.debug" | 30 | FILES_${PN}-dbg += "${libdir}/gimp/2.0/*/.debug" | 
| 29 | FILES_${PN} += "${datadir}/appdata" | 31 | FILES_${PN} += "${datadir}/appdata" | 
