]> code.ossystems Code Review - openembedded-core.git/commitdiff
boost: add json lib
authorMatthias Klein <matthias@extraklein.de>
Wed, 9 Feb 2022 07:42:21 +0000 (08:42 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 10 Feb 2022 10:29:14 +0000 (10:29 +0000)
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>
meta/recipes-support/boost/boost.inc

index fa49ed3f8a9834fd887523ec5712780b7c4b23d0..402f1592cfde4118a8a7b504eba3df61c3b0540e 100644 (file)
@@ -28,6 +28,7 @@ BOOST_LIBS = "\
        graph \
        headers \
        iostreams \
+       json \
        log \
        math \
        program_options \