[oe] [meta-oe][PATCH v2] rapidjson: add initial recipe

Andre McCurdy armccurdy at gmail.com
Fri Jan 13 23:14:13 UTC 2017


On Fri, Jan 13, 2017 at 8:06 AM, Martin Jansa <martin.jansa at gmail.com> wrote:
> Fails to build here with:
>
> rapidjson/1.0.2-r0/git/test/unittest/unittest.h
> <https://anaconda.lgsvl.com/jenkins/job/webos-pro-jansa-master-test-dependencies-qemux86/ws/build/BUILD/work/qemux86-webos-linux/rapidjson/1.0.2-r0/git/test/unittest/unittest.h>>:92:83:
> error: throw will always call terminate() [-Werror=terminate]
> |  #define RAPIDJSON_ASSERT(x) if (!(x)) throw
> AssertException(RAPIDJSON_STRINGIFY(x))
> |
>

It looks like the unit tests somehow got enabled in your build,
perhaps because gtest sources were found on host? I'll send a v3 which
disables unit tests explicitly to make that deterministic.



More information about the Openembedded-devel mailing list