[LEDE-DEV] [PATCH] tools: bump qemu to 2.7.0

Ulrich Weber uweber.linux at gmail.com
Wed Oct 12 01:37:08 PDT 2016


needed to support VHDS format for Azure.
Allows qemu-img to use " -f raw -o subformat=fixed"

Signed-off-by: Ulrich Weber <ulrich.weber at riverbed.com>
---
 tools/qemu/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tools/qemu/Makefile b/tools/qemu/Makefile
index bffbaa4..4370039 100644
--- a/tools/qemu/Makefile
+++ b/tools/qemu/Makefile
@@ -7,12 +7,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=qemu
-PKG_VERSION:=0.14.1
+PKG_VERSION:=2.7.0
 PKG_RELEASE:=1
 
-PKG_SOURCE_URL:=@SAVANNAH/qemu
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_MD5SUM:=b6c713a8db638e173af53a62d5178640
+PKG_SOURCE_URL:=http://wiki.qemu-project.org/download/
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
+PKG_MD5SUM:=08d4d06d1cb598efecd796137f4844ab
 
 include $(INCLUDE_DIR)/host-build.mk
 
-- 
2.7.4




More information about the Lede-dev mailing list