mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 07:23:30 +08:00
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>
This commit is contained in:
parent
0876b02366
commit
e807ddec28
@ -274,3 +274,4 @@ define TOOLCHAIN_CMAKE_INSTALL_FILES
|
||||
endef
|
||||
|
||||
TOOLCHAIN_POST_INSTALL_STAGING_HOOKS += TOOLCHAIN_CMAKE_INSTALL_FILES
|
||||
TOOLCHAIN_INSTALL_STAGING = YES
|
||||
|
Loading…
Reference in New Issue
Block a user