summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/boost
diff options
context:
space:
mode:
authorChristian Eggers <ceggers@arri.de>2023-01-05 14:12:48 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-01-09 14:20:14 +0000
commit06170c65acc707d52828c2518eeb9012f847e25e (patch)
treee2e67eec8ba650291d92ff6393860e65dd5639b8 /meta/recipes-support/boost
parenta51c87b6b404917ddd7a1df8129a3125d327889d (diff)
downloadpoky-06170c65acc707d52828c2518eeb9012f847e25e.tar.gz
boost: add url lib
Boost.URL is a library for manipulating Uniform Resource Identifiers (URIs) and Locators (URLs). (From OE-Core rev: 03daa9c96dbc06234348d0ab14631cec6ddf50d6) Signed-off-by: Christian Eggers <ceggers@arri.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/boost')
-rw-r--r--meta/recipes-support/boost/boost.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc
index 4263e645de..77105aa1fa 100644
--- a/meta/recipes-support/boost/boost.inc
+++ b/meta/recipes-support/boost/boost.inc
@@ -40,6 +40,7 @@ BOOST_LIBS = "\
40 thread \ 40 thread \
41 timer \ 41 timer \
42 type_erasure \ 42 type_erasure \
43 url \
43 wave \ 44 wave \
44 " 45 "
45 46