boost: add json lib

Add the json lib which provides containers and algorithms
that implement JavaScript Object Notation, or simply "JSON",
a lightweight data-interchange format.

(From OE-Core rev: f4dbdb9774eb61a71289fe91b017b4caf9c34b16)

Signed-off-by: Matthias Klein <matthias@extraklein.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Matthias Klein
2022-02-09 08:42:21 +01:00
committed by Richard Purdie
parent 29b2b08fd3
commit 6c9e94f318

View File

@@ -28,6 +28,7 @@ BOOST_LIBS = "\
graph \
headers \
iostreams \
json \
log \
math \
program_options \