package/sg3_utils: add support for building host variant
authorMatt Weber <matthew.weber@rockwellcollins.com>
Mon, 4 Feb 2019 13:10:22 +0000 (07:10 -0600)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 4 Feb 2019 15:25:31 +0000 (16:25 +0100)
Initially used by the host build of the utp_com package.

Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/sg3_utils/sg3_utils.mk

index 0c17b30cde1d44ee2df820471c8c824cba6c9358..b3a79d68eec36ba393aad6f70382bb9162be3ae1 100644 (file)
@@ -51,3 +51,4 @@ SG3_UTILS_POST_INSTALL_TARGET_HOOKS += SG3_UTILS_REMOVE_PROGS
 endif
 
 $(eval $(autotools-package))
+$(eval $(host-autotools-package))