]> code.ossystems Code Review - openembedded-core.git/commitdiff
webkit-gtk: Enable dependency tracking since the webkit makefiles have bugs
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 5 Oct 2011 13:36:18 +0000 (14:36 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 5 Oct 2011 13:36:18 +0000 (14:36 +0100)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-sato/webkit/webkit-gtk_svn.bb

index 5eb9b2efc72393059a3b123c1d9a1f5753719134..2862ad4d92ab4d3be7ad26a084dcfc9e020d5831 100644 (file)
@@ -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