diff options
author | Matthias Klein <matthias@extraklein.de> | 2022-02-09 08:42:21 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-10 10:32:08 +0000 |
commit | 6c9e94f3186a06eb00c7e0b72f603e90fe9b0f41 (patch) | |
tree | 96c46e8eb4d23d77b53cc5e1dc7d71b55c5b7c7e /meta/recipes-support | |
parent | 29b2b08fd35776b737063caef037cf094882bcc9 (diff) | |
download | poky-6c9e94f3186a06eb00c7e0b72f603e90fe9b0f41.tar.gz |
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.
(From OE-Core rev: f4dbdb9774eb61a71289fe91b017b4caf9c34b16)
Signed-off-by: Matthias Klein <matthias@extraklein.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/boost/boost.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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 = "\ | |||
28 | graph \ | 28 | graph \ |
29 | headers \ | 29 | headers \ |
30 | iostreams \ | 30 | iostreams \ |
31 | json \ | ||
31 | log \ | 32 | log \ |
32 | math \ | 33 | math \ |
33 | program_options \ | 34 | program_options \ |