diff options
author | Khem Raj <raj.khem@gmail.com> | 2014-04-26 13:34:41 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-05-03 20:47:02 +0200 |
commit | 5aba63b6aa1e44499bbb2a67c13b78a35b7600b8 (patch) | |
tree | e3179c683056ddddb9db51d420f29722319b2889 /meta-oe/recipes-graphics/gimp | |
parent | 86bfd1b061576da93c756a1418aae43531bb72e3 (diff) | |
download | meta-openembedded-5aba63b6aa1e44499bbb2a67c13b78a35b7600b8.tar.gz |
gimp: Fix build when S != B
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/gimp')
-rw-r--r-- | meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb b/meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb index 68a669c62..e7d9c45e4 100644 --- a/meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb +++ b/meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb | |||
@@ -18,8 +18,8 @@ EXTRA_OECONF = "--disable-python \ | |||
18 | --without-wmf" | 18 | --without-wmf" |
19 | 19 | ||
20 | do_configure_append() { | 20 | do_configure_append() { |
21 | find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g | 21 | find ${B} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g |
22 | find ${S} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g | 22 | find ${B} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g |
23 | } | 23 | } |
24 | 24 | ||
25 | FILES_${PN}-dbg += "${libdir}/gimp/2.0/*/.debug" | 25 | FILES_${PN}-dbg += "${libdir}/gimp/2.0/*/.debug" |