ncurses: use default host install
* just use default host/install, so libs/headers get properly generated/installed Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
This commit is contained in:
parent
2bbc9376c6
commit
e0196152eb
1 changed files with 0 additions and 6 deletions
|
@ -162,12 +162,6 @@ define Host/Compile
|
|||
$(MAKE) -C $(HOST_BUILD_DIR)/progs tic
|
||||
endef
|
||||
|
||||
define Host/Install
|
||||
$(INSTALL_BIN) $(HOST_BUILD_DIR)/progs/tic $(STAGING_DIR_HOST)/bin/tic
|
||||
$(INSTALL_DIR) $(STAGING_DIR_HOSTPKG)/lib/
|
||||
$(INSTALL_DATA) $(HOST_BUILD_DIR)/lib/libncurses.a $(STAGING_DIR_HOSTPKG)/lib/
|
||||
endef
|
||||
|
||||
$(eval $(call HostBuild))
|
||||
$(eval $(call BuildPackage,terminfo))
|
||||
$(eval $(call BuildPackage,libncurses))
|
||||
|
|
Loading…
Reference in a new issue