]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
boost: add url lib
authorChristian Eggers <ceggers@arri.de>
Thu, 5 Jan 2023 13:12:48 +0000 (14:12 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 9 Jan 2023 14:19:33 +0000 (14:19 +0000)
Boost.URL is a library for manipulating Uniform Resource Identifiers
(URIs) and Locators (URLs).

Signed-off-by: Christian Eggers <ceggers@arri.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/boost/boost.inc

index 4263e645de1cf5eef21292461c40ba3490476a7e..77105aa1fa13bd37e5181c2af322f712b7643e05 100644 (file)
@@ -40,6 +40,7 @@ BOOST_LIBS = "\
        thread \
        timer \
        type_erasure \
+       url \
        wave \
        "