diff options
author | Stefan Becker <chemobejk@gmail.com> | 2018-03-26 15:00:43 +0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-03-26 16:03:51 +0200 |
commit | e807ddec287a1cc2855de53e88a17f404e0a0a40 (patch) | |
tree | 9c0fc35321b7d0eb7e15382b00069849c88795b4 | |
parent | 0876b023663377bc3a24c80399f447c1f2afe0c1 (diff) | |
download | buildroot-e807ddec287a1cc2855de53e88a17f404e0a0a40.tar.gz buildroot-e807ddec287a1cc2855de53e88a17f404e0a0a40.zip |
pkg-cmake: enable toolchain install staging phase
Really fix commit 6729050f3a49dba42d2d881d31dbefd6b82b8dad
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>
-rw-r--r-- | package/pkg-cmake.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/pkg-cmake.mk b/package/pkg-cmake.mk index 34b49bdbe5..51a1929ebb 100644 --- a/package/pkg-cmake.mk +++ b/package/pkg-cmake.mk @@ -274,3 +274,4 @@ define TOOLCHAIN_CMAKE_INSTALL_FILES endef TOOLCHAIN_POST_INSTALL_STAGING_HOOKS += TOOLCHAIN_CMAKE_INSTALL_FILES +TOOLCHAIN_INSTALL_STAGING = YES |