summaryrefslogtreecommitdiffstats
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 13:52:43 +0000
commitc69a23c4fd38b0d8bc664ec8145905a6a7f29038 (patch)
tree865150d2efa4f2755a2c879152fd6898cecbe6cb
parentb6b581960fb8f1b1839ee8de7eb041c5b87cf228 (diff)
downloadopenembedded-core-c69a23c4fd38b0d8bc664ec8145905a6a7f29038.tar.gz
webkit-gtk: Fix separate builddir support
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Saul Wold <sgw@linux.intel.com>
-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 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
}