[Buildroot] [PATCH v4 1/2] package/sg3_utils: add host build

Matt Weber matthew.weber at rockwellcollins.com
Mon Feb 4 13:10:22 UTC 2019


Initially used by the host build of the utp_com package

Signed-off-by: Matthew Weber <matthew.weber at rockwellcollins.com>

---
Changes

v4
[Thomas
 - Moved to be the first patch in the series

v3
 - New patch
---
 package/sg3_utils/sg3_utils.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/sg3_utils/sg3_utils.mk b/package/sg3_utils/sg3_utils.mk
index 0c17b30..b3a79d6 100644
--- a/package/sg3_utils/sg3_utils.mk
+++ b/package/sg3_utils/sg3_utils.mk
@@ -51,3 +51,4 @@ SG3_UTILS_POST_INSTALL_TARGET_HOOKS += SG3_UTILS_REMOVE_PROGS
 endif
 
 $(eval $(autotools-package))
+$(eval $(host-autotools-package))
-- 
1.9.1



More information about the buildroot mailing list