mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
mfgtools: add gcc version dependency
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> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
0a185aab18
commit
690735ab15
@ -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
|
config BR2_PACKAGE_HOST_MFGTOOLS
|
||||||
bool "host mfgtools"
|
bool "host mfgtools"
|
||||||
depends on BR2_arm
|
depends on BR2_arm
|
||||||
|
depends on BR2_HOST_GCC_AT_LEAST_4_8 # needs C++11
|
||||||
help
|
help
|
||||||
This package contains the Freescale manufacturing tool.
|
This package contains the Freescale manufacturing tool.
|
||||||
It is designed to program firmware to i.MX boards during
|
It is designed to program firmware to i.MX boards during
|
||||||
|
Loading…
x
Reference in New Issue
Block a user