Skip to content
Snippets Groups Projects
Commit 6e2f8d7e authored by Andy Boyett's avatar Andy Boyett
Browse files

qemu: fix build failure on some systems. Closes #7767

SVN-Revision: 22751
parent 4df18c29
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=qemu
PKG_VERSION:=0.12.5
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE_URL:=http://download.savannah.gnu.org/releases/qemu/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
......@@ -27,9 +27,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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment