summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/webkit/files/webkit-gtk-ANGLE-doesn-t-build-with-bison-3.patch
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2015-06-15 17:15:39 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-14 20:46:37 +0100
commite552b25530040029155bb7c216a2c31b10cc8cd9 (patch)
treee9e04c5b402e067857fcf3828b662e7d18884bff /meta/recipes-sato/webkit/files/webkit-gtk-ANGLE-doesn-t-build-with-bison-3.patch
parent23bf09be21623b9733caddc2934347539a42279d (diff)
downloadpoky-e552b25530040029155bb7c216a2c31b10cc8cd9.tar.gz
webkit-gtk: remove the recipe for the obsolete version 1.8.3
webkitgtk 2.8.3 is provided instead and midori browser is replaced by epiphany in separate commits. (From OE-Core rev: 1a72dc9c44c7806c869c3b3afcd5d31bcf2da979) (From OE-Core rev: 68a1e346751c4d644a14035b0d7acf01d212f38c) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/webkit/files/webkit-gtk-ANGLE-doesn-t-build-with-bison-3.patch')
-rw-r--r--meta/recipes-sato/webkit/files/webkit-gtk-ANGLE-doesn-t-build-with-bison-3.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/meta/recipes-sato/webkit/files/webkit-gtk-ANGLE-doesn-t-build-with-bison-3.patch b/meta/recipes-sato/webkit/files/webkit-gtk-ANGLE-doesn-t-build-with-bison-3.patch
deleted file mode 100644
index e7e908342a..0000000000
--- a/meta/recipes-sato/webkit/files/webkit-gtk-ANGLE-doesn-t-build-with-bison-3.patch
+++ /dev/null
@@ -1,26 +0,0 @@
1webkit-gtk: ANGLE doesn't build with bison 3
2
3Use %lex-param to set YYLEX_PARAM.
4
5Upstream-Status: Pending
6
7Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
8---
9 Source/ThirdParty/ANGLE/src/compiler/glslang.y | 1 +
10 1 file changed, 1 insertion(+)
11
12diff --git a/Source/ThirdParty/ANGLE/src/compiler/glslang.y b/Source/ThirdParty/ANGLE/src/compiler/glslang.y
13index ec1a85c..15723cc 100644
14--- a/Source/ThirdParty/ANGLE/src/compiler/glslang.y
15+++ b/Source/ThirdParty/ANGLE/src/compiler/glslang.y
16@@ -32,6 +32,7 @@ WHICH GENERATES THE GLSL ES PARSER (glslang_tab.cpp AND glslang_tab.h).
17 %expect 1 /* One shift reduce conflict because of if | else */
18 %pure-parser
19 %parse-param {TParseContext* context}
20+%lex-param {YYLEX_PARAM}
21
22 %union {
23 struct {
24--
251.9.1
26