aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/webkit
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-05 14:36:18 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-05 14:36:18 +0100
commitcc626b9e1671670a931ea3e528ea4b0f7b2e923b (patch)
tree852d0b285c4d575ae1b839063d495f7add5356a1 /meta/recipes-sato/webkit
parentc353a60bd8a6151a3538f0900aff0b5856aa0684 (diff)
downloadopenembedded-core-cc626b9e1671670a931ea3e528ea4b0f7b2e923b.tar.gz
webkit-gtk: Enable dependency tracking since the webkit makefiles have bugs
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_svn.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-sato/webkit/webkit-gtk_svn.bb b/meta/recipes-sato/webkit/webkit-gtk_svn.bb
index 5eb9b2efc7..2862ad4d92 100644
--- a/meta/recipes-sato/webkit/webkit-gtk_svn.bb
+++ b/meta/recipes-sato/webkit/webkit-gtk_svn.bb
@@ -45,6 +45,8 @@ EXTRA_OECONF = "\
EXTRA_AUTORECONF = " -I Source/autotools "
+CONFIGUREOPT_DEPTRACK = ""
+
do_configure_append() {
# somethings wrong with icu, fix it up manually
for makefile in $(find ${S} -name "GNUmakefile") ; do