From: Matthias Klein Date: Wed, 9 Feb 2022 07:42:21 +0000 (+0100) Subject: boost: add json lib X-Git-Tag: uninative-3.5~1 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f4dbdb9774eb61a71289fe91b017b4caf9c34b16;p=openembedded-core.git 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 Signed-off-by: Richard Purdie --- 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 \