X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=tools%2Fqemu%2FMakefile;h=c0d587b243f752b2ba2700efcf51de219b284102;hb=b10ad5f4e073c01e80d4fadf4fcc757feb44b2f9;hp=50bfd6d7271c235452b00f05e9fcbd38e2d02da1;hpb=6bb84a0225c826ec13d4adeb08fc4da9cd3d9cac;p=openwrt.git diff --git a/tools/qemu/Makefile b/tools/qemu/Makefile index 50bfd6d727..c0d587b243 100644 --- a/tools/qemu/Makefile +++ b/tools/qemu/Makefile @@ -7,15 +7,17 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qemu -PKG_VERSION:=0.12.5 -PKG_RELEASE:=2 +PKG_VERSION:=0.13.0 +PKG_RELEASE:=1 PKG_SOURCE_URL:=http://download.savannah.gnu.org/releases/qemu/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_MD5SUM:=1d02ee0a04dfae2894340273372c1de4 +PKG_MD5SUM:=397a0d665da8ba9d3b9583629f3d6421 include $(INCLUDE_DIR)/host-build.mk +HOST_CFLAGS += -I$(STAGING_DIR_HOST)/include/e2fsprogs + define Host/Configure (cd $(HOST_BUILD_DIR); \ CFLAGS="$(HOST_CFLAGS)" \