X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/524f8407c50ea0a43647df1ad864efba8d0a6910..4f7c8b760c3fed2d3acac7eb2255ecbd1da97668:/tools/qemu/Makefile?ds=sidebyside diff --git a/tools/qemu/Makefile b/tools/qemu/Makefile index 7d4eb0b30..111cc6d3c 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_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:=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)" \ @@ -27,9 +29,7 @@ define Host/Configure endef define Host/Compile - (cd $(HOST_BUILD_DIR); \ - make qemu-img \ - ) + $(MAKE) -C $(HOST_BUILD_DIR) qemu-img endef define Host/Install