From 8cc4e2f21462a382873b0fbae9b62849cda02063 Mon Sep 17 00:00:00 2001 From: Michael Fitzmayer Date: Sat, 4 Jul 2026 07:35:11 +0200 Subject: [PATCH] canvenient: update to version 1.02 - New API function: can_find_interfaces_mask() License-Update: update year in copyright Signed-off-by: Michael Fitzmayer Signed-off-by: Khem Raj --- .../{canvenient_1.01.bb => canvenient_1.02.bb} | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) rename meta-oe/recipes-devtools/canvenient/{canvenient_1.01.bb => canvenient_1.02.bb} (73%) diff --git a/meta-oe/recipes-devtools/canvenient/canvenient_1.01.bb b/meta-oe/recipes-devtools/canvenient/canvenient_1.02.bb similarity index 73% rename from meta-oe/recipes-devtools/canvenient/canvenient_1.01.bb rename to meta-oe/recipes-devtools/canvenient/canvenient_1.02.bb index 8ae41f0a83..ea5634ec07 100644 --- a/meta-oe/recipes-devtools/canvenient/canvenient_1.01.bb +++ b/meta-oe/recipes-devtools/canvenient/canvenient_1.02.bb @@ -11,13 +11,15 @@ HOMEPAGE = "https://canopenterm.de/canvenient" BUGTRACKER = "https://github.com/CANopenTerm/CANvenient/issues" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.md;md5=bd2edc721b4a0289efe949bdbe7dda79" +LIC_FILES_CHKSUM = "file://LICENSE.md;md5=8977ecf3af54da2a5271158cc969bd45" DEPENDS = "libsocketcan" -SRC_URI = "git://github.com/CANopenTerm/CANvenient.git;protocol=https;branch=main;tag=v${PV}" +PV .= "+git" -SRCREV = "b8b37e3915caf5bce93f38c2c6cca71356dcfcab" +SRC_URI = "git://github.com/CANopenTerm/CANvenient.git;protocol=https;branch=main" + +SRCREV = "23408935f230f59632eafd56056824f8e91cd896" inherit cmake ptest @@ -27,10 +29,10 @@ do_install:append() { install -d ${D}${libdir} install -m 0644 ${S}/include/CANvenient.h ${D}${includedir}/ - install -m 0755 ${B}/libCANvenient.so.1.0.1 ${D}${libdir}/ + install -m 0755 ${B}/libCANvenient.so.1.0.2 ${D}${libdir}/ - ln -sf libCANvenient.so.1.0.1 ${D}${libdir}/libCANvenient.so.1 - ln -sf libCANvenient.so.1.0.1 ${D}${libdir}/libCANvenient.so + ln -sf libCANvenient.so.1.0.2 ${D}${libdir}/libCANvenient.so.1 + ln -sf libCANvenient.so.1.0.2 ${D}${libdir}/libCANvenient.so } FILES:${PN} += "${libdir}/libCANvenient.so ${libdir}/libCANvenient.so.*"