From patchwork Sun Feb 23 14:32:12 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas De Schampheleire X-Patchwork-Id: 323319 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 41F882C0228 for ; Mon, 24 Feb 2014 01:32:31 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 686C68B150; Sun, 23 Feb 2014 14:32:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1W9YYTlpqygZ; Sun, 23 Feb 2014 14:32:30 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id E5F1A8B159; Sun, 23 Feb 2014 14:32:29 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id BBF1C1BFA8F for ; Sun, 23 Feb 2014 14:32:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id B53418B163 for ; Sun, 23 Feb 2014 14:32:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Z2Bek37ioro8 for ; Sun, 23 Feb 2014 14:32:28 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ea0-f182.google.com (mail-ea0-f182.google.com [209.85.215.182]) by fraxinus.osuosl.org (Postfix) with ESMTPS id BE1838B150 for ; Sun, 23 Feb 2014 14:32:27 +0000 (UTC) Received: by mail-ea0-f182.google.com with SMTP id r15so2568721ead.13 for ; Sun, 23 Feb 2014 06:32:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:content-transfer-encoding:subject :message-id:user-agent:date:from:to; bh=9Xnl1OIsoNBAcZnSJoFNcZzaP+XbbaI451LOXBGbivk=; b=pmW2EG6noC9Y1imdwpwvevyn55gTDSEbvnithD0oYwmgmBVEkYVLGnkERHyHqb+ZL4 zF3UMqD8YI53nvyG22iZA1zguSofYOyZDoVjpFcvucyZcV+ir3XpMEMpSlX8aczr3Ybb 1ryWJA79owFeEZd4iUFUb7AvU5x26RsQttTqN1Z2U2Mqf+uCG+S6/JQmBWOL+goxmD+J wBoPZrm4Jav2JWO9QnA2dh54J7PQsO3tplZc+AMizBpJF2yugqP7qINVx85h4wgpmOY+ tQoCXUq31JpGPoH7VPbvRGYSwvWnN/dvRg00SuXVYJd2TBqRbB4RiqsPhbqZfOha5bh/ tx5Q== X-Received: by 10.15.98.68 with SMTP id bi44mr19402854eeb.67.1393165946210; Sun, 23 Feb 2014 06:32:26 -0800 (PST) Received: from [127.0.1.1] (d54C62EEB.access.telenet.be. [84.198.46.235]) by mx.google.com with ESMTPSA id v6sm51737370eef.2.2014.02.23.06.32.25 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 23 Feb 2014 06:32:25 -0800 (PST) MIME-Version: 1.0 X-Mercurial-Node: b82a6eacae79681353208d03be09f10bd03b2aeb Message-Id: User-Agent: Mercurial-patchbomb/2.2.2 Date: Sun, 23 Feb 2014 15:32:12 +0100 From: Thomas De Schampheleire To: buildroot@buildroot.org Subject: [Buildroot] [PATCH] webkit: disable on powerpc X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net webkit does not build correctly on powerpc. There is an upstream bug report with a partial fix, but with remaining problems. https://bugs.webkit.org/show_bug.cgi?id=113638 Until this problem is fixed, we disable webkit on powerpc. Fixes http://autobuild.buildroot.org/results/3ce/3ce992a663ddf1030a987bb778f8275a8e5fdef0/ Signed-off-by: Thomas De Schampheleire --- package/webkit/Config.in | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/package/webkit/Config.in b/package/webkit/Config.in --- a/package/webkit/Config.in +++ b/package/webkit/Config.in @@ -4,7 +4,9 @@ config BR2_PACKAGE_WEBKIT_ARCH_SUPPORTS default y if (BR2_arm || BR2_armeb) && \ !(BR2_arm7tdmi || BR2_arm720t || BR2_arm920t || BR2_arm922t || BR2_fa526) default y if BR2_i386 || BR2_mips || BR2_mipsel || \ - BR2_powerpc || BR2_sh || BR2_sparc || BR2_x86_64 + BR2_sh || BR2_sparc || BR2_x86_64 + +# disabled on powerpc due to bug https://bugs.webkit.org/show_bug.cgi?id=113638 config BR2_PACKAGE_WEBKIT bool "webkit"