summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/webkit
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-27 22:14:57 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-28 14:01:14 +0000
commit96f40b42aecad5aa4f4e5a2a69fedc991e33016b (patch)
tree94f6945c6bce5656cd4adbac6d7ed6d28b547e07 /meta/recipes-sato/webkit
parent7d9f9ec703140be93cf7e3df7ed6ea3dda85a2bb (diff)
downloadast2050-yocto-poky-96f40b42aecad5aa4f4e5a2a69fedc991e33016b.zip
ast2050-yocto-poky-96f40b42aecad5aa4f4e5a2a69fedc991e33016b.tar.gz
webkit-gtk: Fix separate builddir support
(From OE-Core rev: c69a23c4fd38b0d8bc664ec8145905a6a7f29038) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/webkit')
-rw-r--r--meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb2
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 cd571b1..3db8e6d 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
}
OpenPOWER on IntegriCloud