[oe][meta-networking][PATCH 2/6] libiec61850: upgrade 1.6.1 -> 1.6.2

[email protected] Mon, 27 Jul 2026 19:44:57 +1200
Newsgroups org.openembedded.lists.openembedded-devel
Message-ID <[email protected]>
From: Ankur Tyagi <[email protected]>

Release Note:
https://github.com/mz-automation/libiec61850/releases/tag/v1.6.2

Signed-off-by: Ankur Tyagi <[email protected]>
---
 .../libiec61850/{libiec61850_1.6.1.bb => libiec61850_1.6.2.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-connectivity/libiec61850/{libiec61850_1.6.1.bb => libiec61850_1.6.2.bb} (96%)

diff --git a/meta-networking/recipes-connectivity/libiec61850/libiec61850_1.6.1.bb b/meta-networking/recipes-connectivity/libiec61850/libiec61850_1.6.2.bb
similarity index 96%
rename from meta-networking/recipes-connectivity/libiec61850/libiec61850_1.6.1.bb
rename to meta-networking/recipes-connectivity/libiec61850/libiec61850_1.6.2.bb
index c46ed88d83..f87bedf649 100644
--- a/meta-networking/recipes-connectivity/libiec61850/libiec61850_1.6.1.bb
+++ b/meta-networking/recipes-connectivity/libiec61850/libiec61850_1.6.2.bb
@@ -13,7 +13,7 @@ SECTION = "console/network"
 LICENSE = "GPL-3.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 DEPENDS = "swig-native python3"
-SRCREV = "a13961110b8238d2d8ea577c1fb7592ba3017ad8"
+SRCREV = "f0f797bf955da763353f7081c892a1ff6b55e5a1"
 
 SRC_URI = "git://github.com/mz-automation/${BPN}.git;branch=v1.6;protocol=https;tag=v${PV} \
            file://0001-pyiec61850-Use-CMAKE_INSTALL_LIBDIR-from-GNUInstallD.patch \