Date
1 - 1 of 1
[PATCH] boost: add url lib
Christian Eggers
Boost.URL is a library for manipulating Uniform Resource Identifiers
(URIs) and Locators (URLs). Signed-off-by: Christian Eggers <ceggers@...> --- This patch depends on removal of the boost-url recipe in meta-openembedded https://lists.openembedded.org/g/openembedded-devel/message/100414 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 4263e645de1c..77105aa1fa13 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.35.3 |
|