[oe-commits] Ross Burton : webkit-gtk: remove no-parallel bodge

git at git.openembedded.org git at git.openembedded.org
Wed Jul 18 13:31:45 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 90ca88a6f9dd5e2bc055739f84cb224f9a82455a
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=90ca88a6f9dd5e2bc055739f84cb224f9a82455a

Author: Ross Burton <ross.burton at intel.com>
Date:   Tue Jul 17 19:44:19 2012 +0100

webkit-gtk: remove no-parallel bodge

This workaround was originally for GNU Make 3.82 which upstream was blaming
for a parallel build failure.  Since then I've changed numerous variables
and now parallel builds are working with 3.82 (and succeed in 20 minutes
instead of 2 hours).

Revert the change until we've more data about what causes the breakage, then
we can bring it back with more finesse.

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-sato/webkit/webkit-gtk_1.8.1.bb |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/meta/recipes-sato/webkit/webkit-gtk_1.8.1.bb b/meta/recipes-sato/webkit/webkit-gtk_1.8.1.bb
index b2bfd24..3cef0e4 100644
--- a/meta/recipes-sato/webkit/webkit-gtk_1.8.1.bb
+++ b/meta/recipes-sato/webkit/webkit-gtk_1.8.1.bb
@@ -29,11 +29,6 @@ inherit autotools lib_package pkgconfig
 
 S = "${WORKDIR}/webkit-${PV}/"
 
-# GNU Make 3.82 has a bug where it incorrectly prunes intermediate targets in
-# parallel builds.  See https://bugs.webkit.org/show_bug.cgi?id=79498 for the
-# WebKitGTK bug, and savannah.gnu.org/bugs/?30653 for the upstream bug.
-PARALLEL_MAKE = ""
-
 EXTRA_OECONF = "\
                 --enable-debug=no \
                 --enable-svg \





More information about the Openembedded-commits mailing list