[LEDE-DEV] [PATCH] tools: bump qemu to 2.7.0
Ulrich Weber
uweber.linux at gmail.com
Wed Oct 12 03:36:30 PDT 2016
Sorry was to quick about this one. Qemu 2.7.0 added a glib2 dependency,
which worked for me because I had glib2 installed in my local directory.
Please ignore this one. Thanks!
On 12.10.2016 10:37, Ulrich Weber wrote:
> 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
>
>
More information about the Lede-dev
mailing list