From d78a537ee854abbf78f7d67483dfd5b3002b25f4 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 12 Jul 2025 23:26:50 -0700 Subject: [PATCH] civetweb: Update to latest tip if trunk Fixes build with cmake4+ Signed-off-by: Khem Raj --- .../recipes-connectivity/civetweb/civetweb_1.16.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-networking/recipes-connectivity/civetweb/civetweb_1.16.bb b/meta-networking/recipes-connectivity/civetweb/civetweb_1.16.bb index 06d78b9328..bbf284474c 100644 --- a/meta-networking/recipes-connectivity/civetweb/civetweb_1.16.bb +++ b/meta-networking/recipes-connectivity/civetweb/civetweb_1.16.bb @@ -4,8 +4,8 @@ HOMEPAGE = "https://github.com/civetweb/civetweb" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.md;md5=ce6ce6eb1b2fd59ee6bab219470442a3" -SRCREV = "d7ba35bbb649209c66e582d5a0244ba988a15159" - +SRCREV = "5864b55a94f4b5238155cbf2baec707f0fa2ba6d" +PV .= "+git" SRC_URI = "git://github.com/civetweb/civetweb.git;branch=master;protocol=https \ file://0001-Unittest-Link-librt-and-libm-using-l-option.patch \ "