qemu: update to 8.0.2
Update version and refresh patches. Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
This commit is contained in:
parent
bf88b371c5
commit
73ee68a597
3 changed files with 5 additions and 5 deletions
|
@ -9,10 +9,10 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=qemu
|
PKG_NAME:=qemu
|
||||||
PKG_VERSION:=8.0.0
|
PKG_VERSION:=8.0.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_HASH:=bb60f0341531181d6cc3969dd19a013d0427a87f918193970d9adb91131e56d0
|
PKG_HASH:=f060abd435fbe6794125e2c398568ffc3cfa540042596907a8b18edca34cf6a5
|
||||||
PKG_SOURCE_URL:=http://download.qemu.org/
|
PKG_SOURCE_URL:=http://download.qemu.org/
|
||||||
PKG_LICENSE:=GPL-2.0-only
|
PKG_LICENSE:=GPL-2.0-only
|
||||||
PKG_LICENSE_FILES:=LICENSE tcg/LICENSE
|
PKG_LICENSE_FILES:=LICENSE tcg/LICENSE
|
||||||
|
|
|
@ -11,7 +11,7 @@ OpenWrt base build system decide flavor of fortify_source to use
|
||||||
|
|
||||||
--- a/configure
|
--- a/configure
|
||||||
+++ b/configure
|
+++ b/configure
|
||||||
@@ -895,6 +895,8 @@ for opt do
|
@@ -896,6 +896,8 @@ for opt do
|
||||||
;;
|
;;
|
||||||
--disable-vfio-user-server) vfio_user_server="disabled"
|
--disable-vfio-user-server) vfio_user_server="disabled"
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/meson.build
|
--- a/meson.build
|
||||||
+++ b/meson.build
|
+++ b/meson.build
|
||||||
@@ -3191,10 +3191,6 @@ subdir('common-user')
|
@@ -3192,10 +3192,6 @@ subdir('common-user')
|
||||||
subdir('bsd-user')
|
subdir('bsd-user')
|
||||||
subdir('linux-user')
|
subdir('linux-user')
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
# accel modules
|
# accel modules
|
||||||
tcg_real_module_ss = ss.source_set()
|
tcg_real_module_ss = ss.source_set()
|
||||||
tcg_real_module_ss.add_all(when: 'CONFIG_TCG_MODULAR', if_true: tcg_module_ss)
|
tcg_real_module_ss.add_all(when: 'CONFIG_TCG_MODULAR', if_true: tcg_module_ss)
|
||||||
@@ -3682,10 +3678,6 @@ subdir('scripts')
|
@@ -3687,10 +3683,6 @@ subdir('scripts')
|
||||||
subdir('tools')
|
subdir('tools')
|
||||||
subdir('pc-bios')
|
subdir('pc-bios')
|
||||||
subdir('docs')
|
subdir('docs')
|
||||||
|
|
Loading…
Reference in a new issue