]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
pkg-cmake: enable toolchain install staging phase
authorStefan Becker <chemobejk@gmail.com>
Mon, 26 Mar 2018 12:00:43 +0000 (15:00 +0300)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 26 Mar 2018 14:03:51 +0000 (16:03 +0200)
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>
package/pkg-cmake.mk

index 34b49bdbe57aef31dd9073d6402d7d487417e163..51a1929ebbb698f2c603bc594084f2956ee0c8b1 100644 (file)
@@ -274,3 +274,4 @@ define TOOLCHAIN_CMAKE_INSTALL_FILES
 endef
 
 TOOLCHAIN_POST_INSTALL_STAGING_HOOKS += TOOLCHAIN_CMAKE_INSTALL_FILES
+TOOLCHAIN_INSTALL_STAGING = YES