From bde42867a5c53a8a7332d8737389b8a734ffecfe Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 17 Mar 2026 13:16:33 -0700 Subject: canopenterm: Upgrade to 1.0.14 Changes https://github.com/CANopenTerm/CANopenTerm/releases/tag/v1.0.14 Signed-off-by: Khem Raj --- .../canopenterm/canopenterm_1.0.13.bb | 29 ---------------------- .../canopenterm/canopenterm_1.0.14.bb | 28 +++++++++++++++++++++ 2 files changed, 28 insertions(+), 29 deletions(-) delete mode 100644 meta-oe/recipes-extended/canopenterm/canopenterm_1.0.13.bb create mode 100644 meta-oe/recipes-extended/canopenterm/canopenterm_1.0.14.bb diff --git a/meta-oe/recipes-extended/canopenterm/canopenterm_1.0.13.bb b/meta-oe/recipes-extended/canopenterm/canopenterm_1.0.13.bb deleted file mode 100644 index a81ed30f72..0000000000 --- a/meta-oe/recipes-extended/canopenterm/canopenterm_1.0.13.bb +++ /dev/null @@ -1,29 +0,0 @@ - -SUMMARY = "CANopenTerm is a versatile software tool to analyse and \ - configure CANopen devices. \ - " -DESCRIPTION = "CANopenTerm is an open-source software tool designed for the \ - development, testing, and analysis of CANopen CC networks and \ - devices. It extends its capabilities to support other CAN CC \ - protocols, including SAE J1939 and OBD-II. \ - " -HOMEPAGE = "https://canopenterm.de" -BUGTRACKER = "https://github.com/CANopenTerm/CANopenTerm/issues" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.md;md5=5f8a62fabd50ce3f1d7794bc849ae7a5" - -DEPENDS = "cjson libinih libsdl3 lua libsocketcan pocketpy" - -SRC_URI = "git://github.com/CANopenTerm/CANopenTerm.git;protocol=https;branch=main" - -SRCREV = "b0555360e5e8b444a2a9e14088fd253412184eb8" - - -inherit cmake ptest - -EXTRA_OECMAKE += "-DBUILD_YOCTO=ON" - -FILES:${PN} += "${bindir}/CANopenTerm ${bindir}/codb2json ${datadir}" - -RDEPENDS:${PN} = "cjson libinih libsdl3 lua libsocketcan pocketpy" diff --git a/meta-oe/recipes-extended/canopenterm/canopenterm_1.0.14.bb b/meta-oe/recipes-extended/canopenterm/canopenterm_1.0.14.bb new file mode 100644 index 0000000000..ed59c7d8cd --- /dev/null +++ b/meta-oe/recipes-extended/canopenterm/canopenterm_1.0.14.bb @@ -0,0 +1,28 @@ + +SUMMARY = "CANopenTerm is a versatile software tool to analyse and \ + configure CANopen devices. \ + " +DESCRIPTION = "CANopenTerm is an open-source software tool designed for the \ + development, testing, and analysis of CANopen CC networks and \ + devices. It extends its capabilities to support other CAN CC \ + protocols, including SAE J1939 and OBD-II. \ + " +HOMEPAGE = "https://canopenterm.de" +BUGTRACKER = "https://github.com/CANopenTerm/CANopenTerm/issues" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.md;md5=bd2edc721b4a0289efe949bdbe7dda79" + +DEPENDS = "cjson libinih libsdl3 lua libsocketcan pocketpy" + +SRC_URI = "git://github.com/CANopenTerm/CANopenTerm.git;protocol=https;branch=main;tag=v${PV}" + +SRCREV = "012e48af26b483ead9df1004cfc92e6908b66b24" + +inherit cmake ptest + +EXTRA_OECMAKE += "-DBUILD_YOCTO=ON" + +FILES:${PN} += "${bindir}/CANopenTerm ${bindir}/codb2json ${datadir}" + +RDEPENDS:${PN} = "cjson libinih libsdl3 lua libsocketcan pocketpy" -- cgit v1.2.3-54-g00ecf