From 5aba63b6aa1e44499bbb2a67c13b78a35b7600b8 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 26 Apr 2014 13:34:41 -0700 Subject: gimp: Fix build when S != B Signed-off-by: Khem Raj Signed-off-by: Martin Jansa --- meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb | 4 ++-- 1 file 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 68a669c621..e7d9c45e42 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 \ --without-wmf" do_configure_append() { - find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g - find ${S} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g + find ${B} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g + find ${B} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g } FILES_${PN}-dbg += "${libdir}/gimp/2.0/*/.debug" -- cgit v1.2.3-54-g00ecf