mbox

[PULL,0/1] cross-compiler build fixes for softfreeze

Message ID 20171102144034.888-1-alex.bennee@linaro.org
State New
Headers show

Pull-request

https://github.com/stsquad/qemu.git tags/pull-ci-updates-for-softfreeze-021117-2

Message

Alex Bennée Nov. 2, 2017, 2:40 p.m. UTC
The following changes since commit d2b9d71432687eef947f243a57409381151701d5:

  Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20171030' into staging (2017-10-31 11:18:00 +0000)

are available in the git repository at:

  https://github.com/stsquad/qemu.git tags/pull-ci-updates-for-softfreeze-021117-2

for you to fetch changes up to e58c1f9b35e81dec90c3d483b57351256cecfc41:

  docker: add python stdlib dependency (required by keycodemapdb) (2017-11-02 11:46:41 +0000)

----------------------------------------------------------------
One fix for win32/64 cross compiles.

----------------------------------------------------------------
Philippe Mathieu-Daudé (1):
      docker: add python stdlib dependency (required by keycodemapdb)

 tests/docker/dockerfiles/debian8-mxe.docker | 1 +
 1 file changed, 1 insertion(+)

--
2.14.2

Comments

Peter Maydell Nov. 3, 2017, 10:45 a.m. UTC | #1
On 2 November 2017 at 14:40, Alex Bennée <alex.bennee@linaro.org> wrote:
> The following changes since commit d2b9d71432687eef947f243a57409381151701d5:
>
>   Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20171030' into staging (2017-10-31 11:18:00 +0000)
>
> are available in the git repository at:
>
>   https://github.com/stsquad/qemu.git tags/pull-ci-updates-for-softfreeze-021117-2
>
> for you to fetch changes up to e58c1f9b35e81dec90c3d483b57351256cecfc41:
>
>   docker: add python stdlib dependency (required by keycodemapdb) (2017-11-02 11:46:41 +0000)
>
> ----------------------------------------------------------------
> One fix for win32/64 cross compiles.
>
> ----------------------------------------------------------------
> Philippe Mathieu-Daudé (1):
>       docker: add python stdlib dependency (required by keycodemapdb)
>
>  tests/docker/dockerfiles/debian8-mxe.docker | 1 +
>  1 file changed, 1 insertion(+)

Applied, thanks.

-- PMM