[oe-commits] Khem Raj : gimp: Fix build when S != B

git at git.openembedded.org git at git.openembedded.org
Thu May 1 16:59:16 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 8cd7530d1df5087cc35cb4d818b1c3a7929c9d81
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=8cd7530d1df5087cc35cb4d818b1c3a7929c9d81

Author: Khem Raj <raj.khem at gmail.com>
Date:   Sat Apr 26 13:34:41 2014 -0700

gimp: Fix build when S != B

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 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 68a669c..e7d9c45 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"



More information about the Openembedded-commits mailing list