From: Matthias Klein Date: Wed, 9 Feb 2022 07:42:21 +0000 (+0100) Subject: boost: add json lib X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~5251 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4dbdb9774eb61a71289fe91b017b4caf9c34b16;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 fa49ed3f8a9..402f1592cfd 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 \