From 2ce62b0658dc6696cb784be86208b7d91c8ed16e Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Wed, 8 Dec 2021 12:08:42 -0800 Subject: [PATCH] Update to new version of boost-uri The newest version of boost-uri has several new features, and has compatibility with boost 1.78. Signed-off-by: Ed Tanous Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/boost-url/boost-url_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 0e6461589e..14da3ca3f1 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"