boost: add json lib

Message ID 20220209074221.1199-1-matthias@extraklein.de
State Accepted, archived
Commit f4dbdb9774eb61a71289fe91b017b4caf9c34b16
Headers show
Series boost: add json lib | expand

Commit Message

Matthias Klein Feb. 9, 2022, 7:42 a.m. UTC
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>
---
 meta/recipes-support/boost/boost.inc | 1 +
 1 file changed, 1 insertion(+)

Patch

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 \