The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / gstreamer / gstreamer / 0001-bison3.patch
1 Fix deprecation from bison 3.0+
2 From http://comments.gmane.org/gmane.linux.lfs.beyond.devel/24620
3
4 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
5
6 diff -Nura gstreamer-0.10.36.orig/gst/parse/grammar.y gstreamer-0.10.36/gst/parse/grammar.y
7 --- gstreamer-0.10.36.orig/gst/parse/grammar.y  2013-10-04 09:52:21.685282055 -0300
8 +++ gstreamer-0.10.36/gst/parse/grammar.y       2013-10-04 10:21:54.800211238 -0300
9 @@ -26,7 +26,6 @@
10   */
11
12  #define YYERROR_VERBOSE 1
13 -#define YYLEX_PARAM scanner
14
15  #define YYENABLE_NLS 0
16
17 @@ -648,6 +647,7 @@
18  %right '.'
19  %left '!' '='
20
21 +%lex-param { void *scanner }
22  %parse-param { void *scanner }
23  %parse-param { graph_t *graph }
24  %pure-parser