From patchwork Fri Jul 3 17:28:00 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Fitzmayer X-Patchwork-Id: 91661 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 48F4AC43458 for ; Fri, 3 Jul 2026 17:28:19 +0000 (UTC) Received: from mailserv.regfish.com (mailserv.regfish.com [52.57.101.90]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.97293.1783099688718201766 for ; Fri, 03 Jul 2026 10:28:09 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=none, err=permanent DNS error (domain: michael-fitzmayer.de, ip: 52.57.101.90, mailfrom: mail@michael-fitzmayer.de) Received: by mailserv.regfish.com (Postfix, from userid 706) id B3D7F625D7; Fri, 3 Jul 2026 17:28:05 +0000 (UTC) Received: from debian.mupf.local (ipservice-092-208-170-243.092.208.pools.vodafone-ip.de [92.208.170.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: 46272-0001) by mailserv.regfish.com (Postfix) with ESMTPSA id 98D9862322; Fri, 3 Jul 2026 17:28:05 +0000 (UTC) From: Michael Fitzmayer To: openembedded-devel@lists.openembedded.org Cc: Michael Fitzmayer Subject: [meta-oe][PATCH] canopenterm: update to version 2.03 Date: Fri, 3 Jul 2026 19:28:00 +0200 Message-ID: <20260703172800.480930-1-mail@michael-fitzmayer.de> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 03 Jul 2026 17:28:19 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128012 - Added new script to interface CiA 305: Layer setting services (LSS) - New API function to set baud rate: can_set_baudrate() - Remove usage of white text-color Signed-off-by: Michael Fitzmayer --- .../{canopenterm_2.02.bb => canopenterm_2.03.bb} | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) rename meta-oe/recipes-extended/canopenterm/{canopenterm_2.02.bb => canopenterm_2.03.bb} (84%) diff --git a/meta-oe/recipes-extended/canopenterm/canopenterm_2.02.bb b/meta-oe/recipes-extended/canopenterm/canopenterm_2.03.bb similarity index 84% rename from meta-oe/recipes-extended/canopenterm/canopenterm_2.02.bb rename to meta-oe/recipes-extended/canopenterm/canopenterm_2.03.bb index 0e8a7a1c8a..0ee94bb052 100644 --- a/meta-oe/recipes-extended/canopenterm/canopenterm_2.02.bb +++ b/meta-oe/recipes-extended/canopenterm/canopenterm_2.03.bb @@ -11,14 +11,12 @@ HOMEPAGE = "https://canopenterm.de" BUGTRACKER = "https://github.com/CANopenTerm/CANopenTerm/issues" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.md;md5=bd2edc721b4a0289efe949bdbe7dda79" +LIC_FILES_CHKSUM = "file://LICENSE.md;md5=8977ecf3af54da2a5271158cc969bd45" DEPENDS = "canvenient cjson isocline libinih libsdl3 lua pocketpy" -PV .= "+git" - -SRC_URI = "git://github.com/CANopenTerm/CANopenTerm.git;protocol=https;branch=main" -SRCREV = "7a9466029a6e88345e65e794ff1779f778c9358a" +SRC_URI = "git://github.com/CANopenTerm/CANopenTerm.git;protocol=https;branch=main;tag=v${PV}" +SRCREV = "63ccae8262f5e796ffca0c8a44fdf7ff0bd28571" inherit cmake ptest