From 5c1e00fbb25fb11f469266cbea3f0006d33f5ce5 Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Tue, 27 Jul 2010 10:18:47 +0800 Subject: [PATCH] [NanoMap] update to commit 012268a Signed-off-by: Xiangfu Liu --- NanoMap/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NanoMap/Makefile b/NanoMap/Makefile index 9e6dcff..1324829 100644 --- a/NanoMap/Makefile +++ b/NanoMap/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=NanoMap PKG_VERSION:=0.3 -PKG_REV:=012268a764a05e3b7226a248dd81b247713d6f2f +PKG_REV:=f550a9a873eeb83ce8f1783b7e047717043db77e PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -32,7 +32,7 @@ endef MAKE_VARS += TARGETPATH=$(STAGING_DIR) define Build/Configure - $(STAGING_DIR)/usr/bin/qmake -spec $(STAGING_DIR)/usr/share/mkspecs/qws/linux-openwrt-g++ -o $(PKG_BUILD_DIR)/Makefile $(PKG_BUILD_DIR)/nanomap.pro + $(STAGING_DIR_HOST)/bin/qmake -spec $(STAGING_DIR)/usr/share/mkspecs/qws/linux-openwrt-g++ -o $(PKG_BUILD_DIR)/Makefile $(PKG_BUILD_DIR)/nanomap.pro endef define Package/NanoMap/install