pkg-cmake: enable toolchain install staging phase

Really fix commit 6729050f3a

That commit added a script to "toolchain" post install staging hooks.
This will only be executed if TOOLCHAIN_INSTALL_STAGING is set to YES.

Signed-off-by: Stefan Becker <chemobejk@gmail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2018.05.x
Stefan Becker 2018-03-26 15:00:43 +03:00 committed by Peter Korsgaard
parent 0876b02366
commit e807ddec28
1 changed files with 1 additions and 0 deletions

View File

@ -274,3 +274,4 @@ define TOOLCHAIN_CMAKE_INSTALL_FILES
endef
TOOLCHAIN_POST_INSTALL_STAGING_HOOKS += TOOLCHAIN_CMAKE_INSTALL_FILES
TOOLCHAIN_INSTALL_STAGING = YES