diff mbox series

[meta-networking,090/109] open62541: upgrade 1.5.4 -> 1.5.6

Message ID 20260814224539.1523174-90-khem.raj@oss.qualcomm.com
State New
Headers show
Series [meta-oe,001/109] xorg-docs: upgrade 1.7.2 -> 1.7.3 | expand

Commit Message

Khem Raj Aug. 14, 2026, 10:45 p.m. UTC
Same 1.5 release branch; bump SRCREV_opcua to the v1.5.6 tag's commit.
The mdnsd submodule dependency also moved forward to its current
master commit (upstream's .gitmodules for this repo now points at
troglobit/mdnsd, but Pro/mdnsd carries the same commit history so the
existing fetch URL still resolves it) - update SRCREV_mdnsd and its
LIC_FILES_CHKSUM md5 (BSD-3-Clause text unchanged in substance, just
reworded/re-wrapped with an added copyright holder name).
SRCREV_ua-nodeset and SRCREV_mqtt-c are unchanged.

Build-verified with a full cleansstate rebuild.

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
 .../opcua/{open62541_1.5.4.bb => open62541_1.5.6.bb}      | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
 rename meta-networking/recipes-protocols/opcua/{open62541_1.5.4.bb => open62541_1.5.6.bb} (90%)
diff mbox series

Patch

diff --git a/meta-networking/recipes-protocols/opcua/open62541_1.5.4.bb b/meta-networking/recipes-protocols/opcua/open62541_1.5.6.bb
similarity index 90%
rename from meta-networking/recipes-protocols/opcua/open62541_1.5.4.bb
rename to meta-networking/recipes-protocols/opcua/open62541_1.5.6.bb
index 2f4b763118..adb500c954 100644
--- a/meta-networking/recipes-protocols/opcua/open62541_1.5.4.bb
+++ b/meta-networking/recipes-protocols/opcua/open62541_1.5.6.bb
@@ -3,19 +3,19 @@  HOMEPAGE = "https://github.com/open62541/open62541.git"
 LICENSE = "BSD-3-Clause AND MIT AND MPL-2.0"
 LIC_FILES_CHKSUM = "\
     file://LICENSE;md5=815ca599c9df247a0c7f619bab123dad \
-    file://deps/mdnsd/LICENSE;md5=3bb4047dc4095cd7336de3e2a9be94f0 \
+    file://deps/mdnsd/LICENSE;md5=499b4033f2cdae5ae544018b57f81007 \
     file://deps/mqtt-c/LICENSE;md5=9226377baf0b79174c89a1ab55592456 \
 "
 
 SRCREV_FORMAT = "opcua_mdnsd_ua-nodeset_mqtt-c"
-SRCREV_opcua = "dfd44a234645ed29cc6d190048bc8ae80c5454cd"
-SRCREV_mdnsd = "488d24fb9d427aec77df180268f0291eeee7fb8b"
+SRCREV_opcua = "cd69ed6f6a4d46966f67794e23a7b7b331f7d402"
+SRCREV_mdnsd = "c1be962b37e4b952625d9b0a873e5ca619b1a35a"
 SRCREV_ua-nodeset = "257db9ad98ee7ba4b67d3500b54bfc9d744a36af"
 SRCREV_mqtt-c = "0f4c34c8cc00b16cfee094745d68b8cdbaecd8e0"
 
 SRC_URI = " \
     git://github.com/open62541/open62541.git;name=opcua;branch=1.5;protocol=https \
-    git://github.com/Pro/mdnsd.git;name=mdnsd;protocol=https;branch=master;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/deps/mdnsd \
+    git://github.com/troglobit/mdnsd.git;name=mdnsd;protocol=https;branch=master;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/deps/mdnsd \
     git://github.com/OPCFoundation/UA-Nodeset;name=ua-nodeset;protocol=https;branch=latest;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/deps/ua-nodeset \
     git://github.com/LiamBindle/MQTT-C.git;name=mqtt-c;protocol=https;branch=master;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/deps/mqtt-c \
 "