summaryrefslogtreecommitdiffstats
path: root/package/qt5/qt5webkit/0002-Fix-build-failure-with-python3.patch
diff options
context:
space:
mode:
authorWill Wagner <will_wagner@carallon.com>2015-03-04 14:01:59 +0000
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-03-04 19:39:05 +0100
commit4668ec8a9bbbe110ed5e08be8dca7a28b564d06d (patch)
tree4e0d3b7b5984caea71957964ce957518d9e05f1a /package/qt5/qt5webkit/0002-Fix-build-failure-with-python3.patch
parent6b185834163ea259b6b24c8bb65a876421282648 (diff)
downloadbuildroot-4668ec8a9bbbe110ed5e08be8dca7a28b564d06d.tar.gz
buildroot-4668ec8a9bbbe110ed5e08be8dca7a28b564d06d.zip
qt5: bump version to 5.4.1
Also remove all patches that have been applied to 5.4.1 branch Signed-off-by: Will Wagner <will_wagner@carallon.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/qt5/qt5webkit/0002-Fix-build-failure-with-python3.patch')
-rw-r--r--package/qt5/qt5webkit/0002-Fix-build-failure-with-python3.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/package/qt5/qt5webkit/0002-Fix-build-failure-with-python3.patch b/package/qt5/qt5webkit/0002-Fix-build-failure-with-python3.patch
deleted file mode 100644
index dc0854ea61..0000000000
--- a/package/qt5/qt5webkit/0002-Fix-build-failure-with-python3.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-Fetched from: https://codereview.qt-project.org/#/c/99784/
-
-From e9d00f6279f9cfefc5a3144d5953bb7934aed418 Mon Sep 17 00:00:00 2001
-From: Samuel Martin <s.martin49@gmail.com>
-Date: Thu, 13 Nov 2014 15:29:38 +0100
-Subject: [PATCH] Fix build failure with python3
-
-Task-number: QTBUG-33692
-Change-Id: I7a3bc6217110ce3a0bf5fee4b3b675dee39d8ac5
-
-Signed-off-by: Samuel Martin <s.martin49@gmail.com>
----
- Source/JavaScriptCore/disassembler/udis86/itab.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Source/JavaScriptCore/disassembler/udis86/itab.py b/Source/JavaScriptCore/disassembler/udis86/itab.py
-index 3d50ad0..90bd3e0 100644
---- a/Source/JavaScriptCore/disassembler/udis86/itab.py
-+++ b/Source/JavaScriptCore/disassembler/udis86/itab.py
-@@ -314,7 +314,7 @@ class UdItabGenerator( ud_opcode.UdOpcodeTables ):
- self.ItabH.write( "\n" )
-
- self.ItabH.write("\n/* itab entry operand definitions */\n");
-- operands = self.OperandDict.keys()
-+ operands = list( self.OperandDict.keys() )
- operands.sort()
- for o in operands:
- self.ItabH.write("#define O_%-7s { %-12s %-8s }\n" %
---
-2.1.3
-
OpenPOWER on IntegriCloud