host-cmake: Install with install/fast target
Use install/fast target in order to skip compilation in installation step. The same trick has just been used in pkg-cmake.mk for all CMake packages. Signed-off-by: Cédric Marie <cedric.marie@openmailbox.org> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
63b1fa81ec
commit
4b67596023
@ -44,7 +44,7 @@ define HOST_CMAKE_BUILD_CMDS
|
||||
endef
|
||||
|
||||
define HOST_CMAKE_INSTALL_CMDS
|
||||
$(HOST_MAKE_ENV) $(MAKE) -C $(@D) install
|
||||
$(HOST_MAKE_ENV) $(MAKE) -C $(@D) install/fast
|
||||
endef
|
||||
|
||||
define CMAKE_REMOVE_EXTRA_DATA
|
||||
|
Loading…
Reference in New Issue
Block a user