X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Flynxis%2Fomap.git;a=blobdiff_plain;f=tools%2Fqemu%2FMakefile;h=bffbaa45e78414973b097977c734c2d78bb305d9;hp=50bfd6d7271c235452b00f05e9fcbd38e2d02da1;hb=f7e56763e12bdff2261929bbcb691e770341d043;hpb=6e2f8d7eec54b13f490e331a4c021f55c4b64799 diff --git a/tools/qemu/Makefile b/tools/qemu/Makefile index 50bfd6d727..bffbaa45e7 100644 --- a/tools/qemu/Makefile +++ b/tools/qemu/Makefile @@ -1,5 +1,5 @@ # -# 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. @@ -7,15 +7,17 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qemu -PKG_VERSION:=0.12.5 -PKG_RELEASE:=2 +PKG_VERSION:=0.14.1 +PKG_RELEASE:=1 -PKG_SOURCE_URL:=http://download.savannah.gnu.org/releases/qemu/ +PKG_SOURCE_URL:=@SAVANNAH/qemu PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_MD5SUM:=1d02ee0a04dfae2894340273372c1de4 +PKG_MD5SUM:=b6c713a8db638e173af53a62d5178640 include $(INCLUDE_DIR)/host-build.mk +HOST_CFLAGS += -I$(STAGING_DIR_HOST)/include/e2fsprogs + define Host/Configure (cd $(HOST_BUILD_DIR); \ CFLAGS="$(HOST_CFLAGS)" \