[Buildroot] [git commit] gmp: add explicit dependencies for host variant

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Jul 3 06:55:56 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=cec0df7f4f1dc3adac88feee41de0294e60b6809
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Julien Floret <julien.floret at 6wind.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/gmp/gmp.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/gmp/gmp.mk b/package/gmp/gmp.mk
index 09753a0..4557190 100644
--- a/package/gmp/gmp.mk
+++ b/package/gmp/gmp.mk
@@ -11,6 +11,7 @@ GMP_INSTALL_STAGING = YES
 GMP_LICENSE = LGPLv3+
 GMP_LICENSE_FILES = COPYING.LESSERv3
 GMP_DEPENDENCIES = host-m4
+HOST_GMP_DEPENDENCIES = host-m4
 
 # GMP doesn't support assembly for coldfire or mips r6 ISA yet
 ifeq ($(BR2_m68k_cf)$(BR2_mips_32r6)$(BR2_mips_64r6),y)


More information about the buildroot mailing list