diff mbox series

[1/1] pkg-cmake: enable toolchain install staging phase

Message ID 20180326120043.25160-1-chemobejk@gmail.com
State Accepted
Commit e807ddec287a1cc2855de53e88a17f404e0a0a40
Headers show
Series [1/1] pkg-cmake: enable toolchain install staging phase | expand

Commit Message

Stefan Becker March 26, 2018, noon UTC
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>
---
 package/pkg-cmake.mk | 1 +
 1 file changed, 1 insertion(+)

Comments

Thomas Petazzoni March 26, 2018, 12:38 p.m. UTC | #1
Hello,

On Mon, 26 Mar 2018 15:00:43 +0300, Stefan Becker wrote:
> 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>

Indeed. Thanks for fixing this!

Acked-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>

Thomas
Peter Korsgaard March 26, 2018, 2:03 p.m. UTC | #2
>>>>> "Stefan" == Stefan Becker <chemobejk@gmail.com> writes:

 > 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>

Committed, thanks.
diff mbox series

Patch

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