]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/docker: Install gcrypt devel package in Debian image
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Mon, 23 Mar 2020 16:15:11 +0000 (16:15 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 27 Mar 2020 13:43:20 +0000 (13:43 +0000)
commit9274ae32c34971c2bb3a640ec265e886cdd438c9
treedd914db35029f95a57c9ecbb7a385bc7553ff305
parentcdb1a84cfe57558a34d73d0252ad0271539194e0
tests/docker: Install gcrypt devel package in Debian image

In commit 6f8bbb374be we enabled building with the gcrypt library
on the the Debian 'x86 host', which was based on Debian Stretch.
Later in commit 698a71edbed we upgraded the Debian base image to
Buster.

Apparently Debian Stretch was listing gcrypt as a QEMU dependency,
but this is not the case anymore in Buster, so we need to install
it manually (it it not listed by 'apt-get -s build-dep qemu' in
the common debian10.docker anymore). This fixes:

 $ ../configure $QEMU_CONFIGURE_OPTS

  ERROR: User requested feature gcrypt
         configure was not able to find it.
         Install gcrypt devel >= 1.5.0

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200322120104.21267-3-philmd@redhat.com>
Message-Id: <20200323161514.23952-9-alex.bennee@linaro.org>
tests/docker/dockerfiles/debian-amd64.docker