summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/msgpack
Commit message (Collapse)AuthorAgeFilesLines
* msgpack-c: variable cleanupTrevor Woerner2018-05-291-4/+3
| | | | | | | | | | Reorder recipe variables according to: https://www.openembedded.org/wiki/Styleguide Originally-conceived-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* msgpack_c: rely on cmake.bbclass to put cmake package files in dev packageTrevor Woerner2018-05-291-2/+0
| | | | | | | | | | | | The cmake.bbclass in oe-core now ensures that ${libdir}/cmake and ${datadir}/cmake end up in the dev package, so recipes no longer need to provide custom packaging rules to handles these files. http://git.openembedded.org/openembedded-core/commit/?id=d91dc4666683a96e9d03cbbd21b8a546f9069c93 Originally-conceived-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* msgpack-c: Update to latest and fix build with gcc8Khem Raj2018-04-082-1/+37
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* msgpack-c: update to version 2.1.5Derek Straka2017-09-222-41/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* msgpack-c: Drop unused patchKhem Raj2017-04-261-40/+0
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* msgpack-c: Upgrade to 2.1.1Khem Raj2017-04-263-4/+90
| | | | | | | Fix build with gcc7 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* msgpack-c: Add recipeKhem Raj2016-12-131-0/+15
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>