Skip to content

Commit

Permalink
qemu: update to 0.14.1
Browse files Browse the repository at this point in the history
This patch has not been tested on freebsd. File block/sheepdog.c has
been changed and the patch does no longer apply. Anyone with freebsd who
could test this?

All my other patches regarding the tools upgrade were tested on linux
x64 and produce a working image. Once submitted patches get applied I
will upgrade the remaining tools...

Signed-off-by: Luka Perkov <[email protected]>

SVN-Revision: 31175
  • Loading branch information
ffainelli committed Apr 2, 2012
1 parent 7002c4d commit fad81bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
6 changes: 3 additions & 3 deletions tools/qemu/Makefile
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
#
# Copyright (C) 2010 OpenWrt.org
# Copyright (C) 2010-2012 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk

PKG_NAME:=qemu
PKG_VERSION:=0.13.0
PKG_VERSION:=0.14.1
PKG_RELEASE:=1

PKG_SOURCE_URL:=http://download.savannah.gnu.org/releases/qemu/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_MD5SUM:=397a0d665da8ba9d3b9583629f3d6421
PKG_MD5SUM:=b6c713a8db638e173af53a62d5178640

include $(INCLUDE_DIR)/host-build.mk

Expand Down
11 changes: 0 additions & 11 deletions tools/qemu/patches/010-freebsd-fix.patch

This file was deleted.

0 comments on commit fad81bc

Please sign in to comment.