mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-09 13:17:28 +03:00
[tools] qemu: fix build failure on some systems. Closes #7767
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22751 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
87adbb0f77
commit
6bb84a0225
@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=qemu
|
PKG_NAME:=qemu
|
||||||
PKG_VERSION:=0.12.5
|
PKG_VERSION:=0.12.5
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE_URL:=http://download.savannah.gnu.org/releases/qemu/
|
PKG_SOURCE_URL:=http://download.savannah.gnu.org/releases/qemu/
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
@ -27,9 +27,7 @@ define Host/Configure
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Host/Compile
|
define Host/Compile
|
||||||
(cd $(HOST_BUILD_DIR); \
|
$(MAKE) -C $(HOST_BUILD_DIR) qemu-img
|
||||||
make qemu-img \
|
|
||||||
)
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Host/Install
|
define Host/Install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user