From: Gary Bisson <gary.bisson@boundarydevices.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] mfgtools: add gcc version dependency
Date: Fri, 28 Oct 2016 16:32:44 +0200 [thread overview]
Message-ID: <20161028143244.29212-1-gary.bisson@boundarydevices.com> (raw)
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
next reply other threads:[~2016-10-28 14:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-28 14:32 Gary Bisson [this message]
2016-10-29 13:43 ` [Buildroot] [PATCH] mfgtools: add gcc version dependency Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161028143244.29212-1-gary.bisson@boundarydevices.com \
--to=gary.bisson@boundarydevices.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox