diff mbox series

[meta-networking,7/7] civetweb: Update to latest tip if trunk

Message ID 20250713063023.3538218-7-raj.khem@gmail.com
State New
Headers show
Series [meta-oe,1/7] wxwidgets: Enable webui and mediactrl packageconfigs by default | expand

Commit Message

Khem Raj July 13, 2025, 6:30 a.m. UTC
Fixes build with cmake4+

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../recipes-connectivity/civetweb/civetweb_1.16.bb            | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

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