summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/flatbuffers
Commit message (Collapse)AuthorAgeFilesLines
* flatbuffers: update to 1.10.0Adrian Freihofer2018-12-184-177/+5
| | | | | | | | | | | | | | This is in fact an update from 1.7.1 to 1.10.0. (The git hash of the 1.9.0 recipe referred flatbuffers release 1.7.1.) This patch is obsolete, a similar fix has been applied upstream: - 0001-correct-version-for-so-lib.patch These two patches have been applied upstream: - 0001-flatbuffers-Move-EndianSwap-template-to-flatbuffers-.patch - 0002-use-__builtin_bswap16-when-building-with-clang.patch Signed-off-by: Adrian Freihofer <adrian.freihofer@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* flatbuffers: update to 1.9.0Pascal Bach2018-05-011-0/+0
| | | | Signed-off-by: Pascal Bach <pascal.bach@siemens.com>
* flatbuffers: Fix build with clang on big-endian machinesKhem Raj2017-09-223-2/+147
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* flatbuffers: add version 1.7.1Pascal Bach2017-09-182-0/+61
Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>