* [Buildroot] [PATCH] mfgtools: add gcc version dependency
@ 2016-10-28 14:32 Gary Bisson
2016-10-29 13:43 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Gary Bisson @ 2016-10-28 14:32 UTC (permalink / raw)
To: buildroot
MfgTools requires gcc >= 4.8 since it needs C++11 support.
Fixes the following autobuild issues:
http://autobuild.buildroot.net/results/c8cbc4e5296af91be5fa8b17871bedf08b6a2697
http://autobuild.buildroot.net/results/fadabb38d8dde6f2be85fbc286b060e2f3e82f65
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
---
package/mfgtools/Config.in.host | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/package/mfgtools/Config.in.host b/package/mfgtools/Config.in.host
index 8bba9e2..1cb5a7f 100644
--- a/package/mfgtools/Config.in.host
+++ b/package/mfgtools/Config.in.host
@@ -1,6 +1,10 @@
+comment "mfgtools needs host gcc >= 4.8"
+ depends on !BR2_HOST_GCC_AT_LEAST_4_8
+
config BR2_PACKAGE_HOST_MFGTOOLS
bool "host mfgtools"
depends on BR2_arm
+ depends on BR2_HOST_GCC_AT_LEAST_4_8 # needs C++11
help
This package contains the Freescale manufacturing tool.
It is designed to program firmware to i.MX boards during
--
2.9.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-10-29 13:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-28 14:32 [Buildroot] [PATCH] mfgtools: add gcc version dependency Gary Bisson
2016-10-29 13:43 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox