34c4c0680a
Bump mfgtools to include the fix [1] for the C++ build issue reported
by the autobuilders.
This bump include only 4 small commits fixing memory leak and this
build issue.
Remove CPOL.htm (removed upstream) from MFGTOOLS_LICENSE_FILES but CPOL
license is still valid.
Add the README.txt file to MFGTOOLS_LICENSE_FILES since it contains
licensing informations:
Licenses:
- CPOL: MfgToolLib/XmlLite.CPP and XmlLite.h
- BSD: Others.
Add license file hash.
[1] b370a43e54
Fixes:
http://autobuild.buildroot.net/results/7c2bbbe13ab315684f3502afd96958a76879b1d5
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
468 B
Plaintext
15 lines
468 B
Plaintext
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
|
|
production. The communication is done over USB using the
|
|
Freescale UTP protocol.
|
|
|
|
https://github.com/codeauroraforum/mfgtools
|