summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/webkit/webkit-gtk_svn.bb
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-06 16:59:40 +0100
commit2f4eecc60e03ca5b6fd4f6fd40f86f195709ccd3 (patch)
tree4660339b2a267b80813a0fe700152bda35ea2e90 /meta/recipes-sato/webkit/webkit-gtk_svn.bb
parent5ea73bde5e6697e670280e099eecc2ae6e429219 (diff)
downloadpoky-2f4eecc60e03ca5b6fd4f6fd40f86f195709ccd3.tar.gz
webkit-gtk: Enable dependency tracking since the webkit makefiles have bugs
(From OE-Core rev: cc626b9e1671670a931ea3e528ea4b0f7b2e923b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/webkit/webkit-gtk_svn.bb')
-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 = "\
45 45
46EXTRA_AUTORECONF = " -I Source/autotools " 46EXTRA_AUTORECONF = " -I Source/autotools "
47 47
48CONFIGUREOPT_DEPTRACK = ""
49
48do_configure_append() { 50do_configure_append() {
49 # somethings wrong with icu, fix it up manually 51 # somethings wrong with icu, fix it up manually
50 for makefile in $(find ${S} -name "GNUmakefile") ; do 52 for makefile in $(find ${S} -name "GNUmakefile") ; do