diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-05 14:36:18 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-06 16:59:40 +0100 |
| commit | 2f4eecc60e03ca5b6fd4f6fd40f86f195709ccd3 (patch) | |
| tree | 4660339b2a267b80813a0fe700152bda35ea2e90 | |
| parent | 5ea73bde5e6697e670280e099eecc2ae6e429219 (diff) | |
| download | poky-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>
| -rw-r--r-- | meta/recipes-sato/webkit/webkit-gtk_svn.bb | 2 |
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 | ||
| 46 | EXTRA_AUTORECONF = " -I Source/autotools " | 46 | EXTRA_AUTORECONF = " -I Source/autotools " |
| 47 | 47 | ||
| 48 | CONFIGUREOPT_DEPTRACK = "" | ||
| 49 | |||
| 48 | do_configure_append() { | 50 | do_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 |
