qemu: update version to 9.0.2
- Update version - Refresh patchset Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
This commit is contained in:
parent
875fcf3f12
commit
b44065ec62
|
@ -9,10 +9,10 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=qemu
|
||||
PKG_VERSION:=9.0.0
|
||||
PKG_VERSION:=9.0.2
|
||||
PKG_RELEASE:=1
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
PKG_HASH:=32708ac66c30d8c892633ea968c771c1c76d597d70ddead21a0d22ccf386da69
|
||||
PKG_HASH:=a8c3f596aece96da3b00cafb74baafa0d14515eafb8ed1ee3f7f5c2d0ebf02b6
|
||||
PKG_SOURCE_URL:=https://download.qemu.org/
|
||||
PKG_LICENSE:=GPL-2.0-only
|
||||
PKG_LICENSE_FILES:=LICENSE tcg/LICENSE
|
||||
|
|
|
@ -11,7 +11,7 @@ OpenWrt base build system decide flavor of fortify_source to use
|
|||
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -758,6 +758,8 @@ for opt do
|
||||
@@ -760,6 +760,8 @@ for opt do
|
||||
;;
|
||||
--gdb=*) gdb_bin="$optarg"
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue