From: Richard Purdie Date: Thu, 27 Feb 2014 22:14:57 +0000 (+0000) Subject: webkit-gtk: Fix separate builddir support X-Git-Tag: 2015-4~3512 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c69a23c4fd38b0d8bc664ec8145905a6a7f29038;p=openembedded-core.git webkit-gtk: Fix separate builddir support Signed-off-by: Richard Purdie Signed-off-by: Saul Wold --- diff --git a/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb b/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb index cd571b15aa..3db8e6d713 100644 --- a/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb +++ b/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb @@ -85,7 +85,7 @@ CONFIGUREOPT_DEPTRACK = "" do_configure_append() { # somethings wrong with icu, fix it up manually - for makefile in $(find ${S} -name "GNUmakefile") ; do + for makefile in $(find ${B} -name "GNUmakefile") ; do sed -i s:-I/usr/include::g $makefile done }