summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorMatthias Klein <matthias@extraklein.de>2022-02-09 08:42:21 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-10 10:29:14 +0000
commitf4dbdb9774eb61a71289fe91b017b4caf9c34b16 (patch)
tree1845924c771d0d4a035e07cde459f3ce7a2d9374 /meta/recipes-support
parent9fbc7d6a2b2388e70a76cb97285e2f60bdc79624 (diff)
downloadopenembedded-core-contrib-f4dbdb9774eb61a71289fe91b017b4caf9c34b16.tar.gz
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. Signed-off-by: Matthias Klein <matthias@extraklein.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/boost/boost.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc
index fa49ed3f8a..402f1592cf 100644
--- a/meta/recipes-support/boost/boost.inc
+++ b/meta/recipes-support/boost/boost.inc
@@ -28,6 +28,7 @@ BOOST_LIBS = "\
graph \
headers \
iostreams \
+ json \
log \
math \
program_options \