diff mbox series

boost: add url lib

Message ID 20230105131248.30336-1-ceggers@arri.de
State Accepted, archived
Commit 03daa9c96dbc06234348d0ab14631cec6ddf50d6
Headers show
Series boost: add url lib | expand

Commit Message

Christian Eggers Jan. 5, 2023, 1:12 p.m. UTC
Boost.URL is a library for manipulating Uniform Resource Identifiers
(URIs) and Locators (URLs).

Signed-off-by: Christian Eggers <ceggers@arri.de>
---
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 mbox series

Patch

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 \
 	"