From 58e1923c10fb23dd556b1792d355f2370ffd131d Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 6 Aug 2026 10:50:53 +0000 Subject: [PATCH] open62541: upgrade 1.5.4 -> 1.5.6 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 --- .../opcua/{open62541_1.5.4.bb => open62541_1.5.6.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-networking/recipes-protocols/opcua/{open62541_1.5.4.bb => open62541_1.5.6.bb} (94%) 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 94% 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..ad284778e3 100644 --- a/meta-networking/recipes-protocols/opcua/open62541_1.5.4.bb +++ b/meta-networking/recipes-protocols/opcua/open62541_1.5.6.bb @@ -3,13 +3,13 @@ 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"