From f4dbdb9774eb61a71289fe91b017b4caf9c34b16 Mon Sep 17 00:00:00 2001 From: Matthias Klein Date: Wed, 9 Feb 2022 08:42:21 +0100 Subject: [PATCH] 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 --- meta/recipes-support/boost/boost.inc | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.47.2