diff options
-rw-r--r-- | meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 cd571b15aa1..3db8e6d713f 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 } |