diff mbox

webkit: disable on SuperH

Message ID 1409140462-10560-1-git-send-email-thomas.petazzoni@free-electrons.com
State Accepted
Commit 837ff3b752f32624e807877e0ab72d393db73e4b
Headers show

Commit Message

Thomas Petazzoni Aug. 27, 2014, 11:54 a.m. UTC
Webkit has been failing on SuperH since a long time, with nobody
caring to fix the problem. Since anyway our Webkit version is old and
in the process of being updated, our best option for 2014.08 is to
simply disallow Webkit on SuperH.

Fixes:

  http://autobuild.buildroot.org/results/3a0/3a0c48f65c06f7f19e608d54307c0788a0130589/
  http://autobuild.buildroot.org/?reason=webkit-1.11.5&arch=sh4a

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/webkit/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard Aug. 27, 2014, 7:31 p.m. UTC | #1
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 > Webkit has been failing on SuperH since a long time, with nobody
 > caring to fix the problem. Since anyway our Webkit version is old and
 > in the process of being updated, our best option for 2014.08 is to
 > simply disallow Webkit on SuperH.

 > Fixes:

 >   http://autobuild.buildroot.org/results/3a0/3a0c48f65c06f7f19e608d54307c0788a0130589/
 >   http://autobuild.buildroot.org/?reason=webkit-1.11.5&arch=sh4a

 > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Committed, thanks.
diff mbox

Patch

diff --git a/package/webkit/Config.in b/package/webkit/Config.in
index fcb61b6..d1bc1d5 100644
--- a/package/webkit/Config.in
+++ b/package/webkit/Config.in
@@ -4,7 +4,7 @@  config BR2_PACKAGE_WEBKIT_ARCH_SUPPORTS
 	default y if (BR2_arm || BR2_armeb) && \
 		!(BR2_arm920t || BR2_arm922t || BR2_fa526)
 	default y if BR2_i386 || BR2_mips || BR2_mipsel || \
-		BR2_sh || BR2_sparc || BR2_x86_64
+		BR2_sparc || BR2_x86_64
 	depends on BR2_USE_MMU # libgail -> pango -> libglib2
 
 # disabled on powerpc due to bug https://bugs.webkit.org/show_bug.cgi?id=113638