All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hongxu Jia <hongxu.jia@windriver.com>
To: <openembedded-core@lists.openembedded.org>,
	<richard.purdie@linuxfoundation.org>
Subject: Re: [PATCH 1/1] flex: fix test-bison-yylval and test-bison-yylloc failed
Date: Thu, 12 Nov 2015 17:17:15 +0800	[thread overview]
Message-ID: <5644591B.6090202@windriver.com> (raw)
In-Reply-To: <d1133bcb570672fb61918ac86b05c1ae58544bb7.1447222992.git.hongxu.jia@windriver.com>

On 11/11/2015 02:58 PM, Hongxu Jia wrote:
> The tests in flex test-bison-yylval and test-bison-yylloc
> failed, so we backport a patch from upstream to fix it.
>
> Signed-off-by: Hongxu Jia<hongxu.jia@windriver.com>
> ---
>   ...fixes-Do-not-use-obsolete-bison-construct.patch | 81 ++++++++++++++++++++++
>   meta/recipes-devtools/flex/flex.inc                |  1 +
>   2 files changed, 82 insertions(+)
>   create mode 100644 meta/recipes-devtools/flex/files/0001-bison-test-fixes-Do-not-use-obsolete-bison-construct.patch
>
> diff --git a/meta/recipes-devtools/flex/files/0001-bison-test-fixes-Do-not-use-obsolete-bison-construct.patch b/meta/recipes-devtools/flex/files/0001-bison-test-fixes-Do-not-use-obsolete-bison-construct.patch
> new file mode 100644
> index 0000000..20c0a7b
> --- /dev/null
> +++ b/meta/recipes-devtools/flex/files/0001-bison-test-fixes-Do-not-use-obsolete-bison-construct.patch
> @@ -0,0 +1,81 @@
> +From 7fbc074901129ffaff9e18fadacae62d8053ad95 Mon Sep 17 00:00:00 2001
> +From: Manoj Srivastava<srivasta@golden-gryphon.com>
> +Date: Wed, 9 Apr 2014 00:23:07 -0700
> +Subject: [PATCH] Do not use obsolete bison constructs in tests.
> +
> +In Bison 3.0, support for YYLEX_PARAM and YYPARSE_PARAM has been
> +removed (deprecated in Bison 1.875): use %lex-param, %parse-param, or
> +%param. This commit fixes the tests so they still work.
> +
> +Signed-off-by: Manoj Srivastava<srivasta@golden-gryphon.com>
> +
> +Upstream-Status:  Backport from upstream
> +http://sourceforge.net/p/flex/bugs/169/
Use format with 'Upstream-Status [foo]' to instead

+Upstream-Status: Backport[from http://sourceforge.net/p/flex/bugs/169/]

Update git repo

   git://git.pokylinux.org/poky-contrib hongxu/flex
   http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/flex

//Hongxu



> +
> +Signed-off-by: Hongxu Jia<hongxu.jia@windriver.com>



      reply	other threads:[~2015-11-12  9:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-11  6:58 [PATCH 0/1] flex: fix test-bison-yylval and test-bison-yylloc failed Hongxu Jia
2015-11-11  6:58 ` [PATCH 1/1] " Hongxu Jia
2015-11-12  9:17   ` Hongxu Jia [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5644591B.6090202@windriver.com \
    --to=hongxu.jia@windriver.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=richard.purdie@linuxfoundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.