[meta-oe] Update to new version of boost-uri

Message ID 20211208200842.1621643-1-ed@tanous.net
State New
Headers show
Series [meta-oe] Update to new version of boost-uri | expand

Commit Message

ed@tanous.net Dec. 8, 2021, 8:08 p.m. UTC
From: Ed Tanous <ed@tanous.net>

The newest version of boost-uri has several new features, and has
compatibility with boost 1.78.

Signed-off-by: Ed Tanous <ed@tanous.net>
---
 meta-oe/recipes-devtools/boost-url/boost-url_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch

diff --git a/meta-oe/recipes-devtools/boost-url/boost-url_git.bb b/meta-oe/recipes-devtools/boost-url/boost-url_git.bb
index 0e6461589..14da3ca3f 100644
--- a/meta-oe/recipes-devtools/boost-url/boost-url_git.bb
+++ b/meta-oe/recipes-devtools/boost-url/boost-url_git.bb
@@ -6,7 +6,7 @@  LIC_FILES_CHKSUM = "file://LICENSE_1_0.txt;md5=e4224ccaecb14d942c71d31bef20d78c"
 
 SRC_URI = "git://github.com/CPPAlliance/url.git;branch=develop;protocol=https"
 
-SRCREV = "4f712ed69a04a344957d22efa5dc111b415b3aff"
+SRCREV = "d740a92d38e3a8f4d5b2153f53b82f1c98e312ab"
 
 S = "${WORKDIR}/git"