From 03daa9c96dbc06234348d0ab14631cec6ddf50d6 Mon Sep 17 00:00:00 2001 From: Christian Eggers Date: Thu, 5 Jan 2023 14:12:48 +0100 Subject: [PATCH] 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 --- 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 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 \ " -- 2.47.3