summaryrefslogtreecommitdiff
path: root/meta-openembedded/meta-oe/recipes-devtools/nlohmann-json
AgeCommit message (Collapse)AuthorFilesLines
2018-10-16nlohmann-json: Add symlink to json.hpp and update to 3.3.0James Feist1-2/+8
nlohmann-json has examples in their repo that refer to the header as json.hpp directly, as such many packages that require nlohmann-json expect json.hpp and not nlohmann/json.hpp as the cmake file installs. Create symlink so that access is available by either option. Also update to release 3.3.0. (From meta-openembedded rev: 69e5fa1485aa58ad1d664070b0d9e4db413fdd62) Change-Id: Ie43a76e16eb1d1a107e090d544937d6465719d6c Signed-off-by: James Feist <james.feist@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-16nlohmann-json: Add recipeJames Feist1-0/+23
nlohmann-json is a c++ header-only json library. (From meta-openembedded rev: 126f046247079aed0fdc2acda21b0f6898b56bd6) Change-Id: Id92e8431f7a377dec722d1986931dbb6c50188fe Signed-off-by: James Feist <james.feist@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>