package/qemu: bump to hot-fix release 3.1.1.1
Fixes a couple of important things and among other things the build of pvrdma code: ----------------------->8--------------------- In function 'create_qp': hw/rdma/vmw/pvrdma_cmd.c:517:16: error: 'rc' undeclared ----------------------->8--------------------- Bumped into this build problem while building vanilla qemu_arm_versatile_defconfig. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Cc: Fabrice Fontaine <fontaine.fabrice@gmail.com> Cc: Peter Korsgaard <peter@korsgaard.com> Cc: Alexander Dahl <post@lespocky.de> Cc: Adam Duskett <Aduskett@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
e440f7d86c
commit
4bed6dbec9
@ -1,5 +1,5 @@
|
||||
# Locally computed, tarball verified with GPG signature
|
||||
sha256 d7c69fef3fb4bfbac99e3f2ac9fb8d6409db4faadf2e37337d544e3fdb4fde3a qemu-3.1.1.tar.xz
|
||||
sha256 b148fc3c7382c5addd915db433383160ca7b840bc6ea90bb0d35c6b253526d56 qemu-3.1.1.1.tar.xz
|
||||
sha256 6f04ae8364d0079a192b14635f4b1da294ce18724c034c39a6a41d1b09df6100 COPYING
|
||||
sha256 48ffe9fc7f1d5462dbd19340bc4dd1d8a9e37c61ed535813e614cbe4a5f0d4df COPYING.LIB
|
||||
|
||||
|
@ -8,7 +8,7 @@ ifeq ($(BR2_csky),y)
|
||||
QEMU_VERSION = b517e1dc3125a57555d67a8deed9eac7b42288e2
|
||||
QEMU_SITE = $(call github,c-sky,qemu,$(QEMU_VERSION))
|
||||
else
|
||||
QEMU_VERSION = 3.1.1
|
||||
QEMU_VERSION = 3.1.1.1
|
||||
QEMU_SOURCE = qemu-$(QEMU_VERSION).tar.xz
|
||||
QEMU_SITE = http://download.qemu.org
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user