qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Alex Bennée" <alex.bennee@linaro.org>
To: Fam Zheng <famz@redhat.com>
Cc: qemu-devel@nongnu.org, thuth@redhat.com
Subject: Re: [Qemu-devel] [PATCH] docker: Add flex and bison to centos6 image
Date: Wed, 24 May 2017 10:02:32 +0100	[thread overview]
Message-ID: <87k25639w7.fsf@linaro.org> (raw)
In-Reply-To: <20170524005206.31916-1-famz@redhat.com>


Fam Zheng <famz@redhat.com> writes:

> Currently there are warnings about flex and bison being missing when
> building in the centos6 image:
>
>     make[1]: flex: Command not found
>              BISON dtc-parser.tab.c
>     make[1]: bison: Command not found
>
> Add them.
>
> Reported-by: Thomas Huth <thuth@redhat.com>
> Signed-off-by: Fam Zheng <famz@redhat.com>

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>

> ---
>  tests/docker/dockerfiles/centos6.docker | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/docker/dockerfiles/centos6.docker b/tests/docker/dockerfiles/centos6.docker
> index 34e0d3b..17a4d24 100644
> --- a/tests/docker/dockerfiles/centos6.docker
> +++ b/tests/docker/dockerfiles/centos6.docker
> @@ -1,7 +1,7 @@
>  FROM centos:6
>  RUN yum install -y epel-release
>  ENV PACKAGES libfdt-devel ccache \
> -    tar git make gcc g++ \
> +    tar git make gcc g++ flex bison \
>      zlib-devel glib2-devel SDL-devel pixman-devel \
>      epel-release
>  RUN yum install -y $PACKAGES


--
Alex Bennée

      parent reply	other threads:[~2017-05-24  9:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-24  0:52 [Qemu-devel] [PATCH] docker: Add flex and bison to centos6 image Fam Zheng
2017-05-24  3:38 ` Philippe Mathieu-Daudé
2017-05-24  9:02 ` Alex Bennée [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=87k25639w7.fsf@linaro.org \
    --to=alex.bennee@linaro.org \
    --cc=famz@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=thuth@redhat.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).