capstone: Allow version 3.0.5 again
commit43ecd16678b74b281c3cc7de0dd62a36279b6025
authorThomas Huth <thuth@redhat.com>
Mon, 16 May 2022 14:58:22 +0000 (16 16:58 +0200)
committerThomas Huth <thuth@redhat.com>
Wed, 18 May 2022 06:54:22 +0000 (18 08:54 +0200)
tree840fa9624e6d195559508943b708a419f6199349
parent28e7e95e6bc374262a3f03cf7b6fb7a1b3c3ebbe
capstone: Allow version 3.0.5 again

According to

 https://lore.kernel.org/qemu-devel/20200921174118.39352-1-richard.henderson@linaro.org/

there was an issue with Capstone 3.0.4 from Ubuntu 18, which was the reason
for bumping our minimum Capstone requirement to version 4.0. And indeed,
compiling with that version 3.0.4 from Ubuntu 18.04 still fails (after
allowing it with a hack in meson.build). But now that we've dropped support
for Ubuntu 18.04, that issue is not relevant anymore. Compiling with Capstone
version 3.0.5 (e.g. used in Ubuntu 20.04) seems to work fine, so let's allow
that version again.

Message-Id: <20220516145823.148450-3-thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
.gitlab-ci.d/buildtest.yml
meson.build