needed to support VHDS format for Azure. Allows qemu-img to use " -f raw -o subformat=fixed"
Signed-off-by: Ulrich Weber <ulrich.we...@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 _______________________________________________ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev