[packages] gstreamer: update grammar.y to build with bison 3
authorluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 31 Dec 2013 00:44:18 +0000 (00:44 +0000)
committerluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 31 Dec 2013 00:44:18 +0000 (00:44 +0000)
commitaeed132f509902968d3d0e7c5bab27020a68ed36
tree2c4365250005c38fb613bdaeff8e62c217fd85c0
parentd14777943bb6cff8070659dd4ec80de78b1bdede
[packages] gstreamer: update grammar.y to build with bison 3

In gstreamer's gst/parse/grammar.y, YYLEX_PARAM is no longer supported in bison
3. Replace YYLEX_PARAM with %lex-param.

Signed-off-by John Vogel <jvogel4@stny.rr.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39182 3c298f89-4303-0410-b956-a3cf2f4a3e73
multimedia/gstreamer/Makefile
multimedia/gstreamer/patches/001-no_docs.patch
multimedia/gstreamer/patches/002-no_tests.patch
multimedia/gstreamer/patches/003-no_translations.patch
multimedia/gstreamer/patches/004-add_gst_debug_log2_debug_symbol.patch
multimedia/gstreamer/patches/005-YYLEX_PARAM_to_lex-param.patch [new file with mode: 0644]