From: Christian Eggers Date: Thu, 5 Jan 2023 13:12:48 +0000 (+0100) Subject: boost: add url lib X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~2022 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=03daa9c96dbc06234348d0ab14631cec6ddf50d6;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git boost: add url lib Boost.URL is a library for manipulating Uniform Resource Identifiers (URIs) and Locators (URLs). Signed-off-by: Christian Eggers Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc index 4263e645de1..77105aa1fa1 100644 --- a/meta/recipes-support/boost/boost.inc +++ b/meta/recipes-support/boost/boost.inc @@ -40,6 +40,7 @@ BOOST_LIBS = "\ thread \ timer \ type_erasure \ + url \ wave \ "