From b8d586f05c0e94977cfacd61822e448c41af1dde Mon Sep 17 00:00:00 2001 From: Michael Fitzmayer Date: Thu, 4 Sep 2025 20:19:00 +0200 Subject: canopenterm: Upgrade to version 1.0.13 Update license checksum: the year in the copyright notice has been updated. - Various improvements and bug fixes - Visualise CAN data using graphical widgets - Migrate from SDL2 to SDL3 - Support for CANopen profile databases (including several common application and device profiles) - Basic autocomplete functionality - Persistent command history Signed-off-by: Michael Fitzmayer Signed-off-by: Khem Raj --- .../canopenterm/canopenterm_1.0.10.bb | 29 ---------------------- .../canopenterm/canopenterm_1.0.13.bb | 29 ++++++++++++++++++++++ 2 files changed, 29 insertions(+), 29 deletions(-) delete mode 100644 meta-oe/recipes-extended/canopenterm/canopenterm_1.0.10.bb create mode 100644 meta-oe/recipes-extended/canopenterm/canopenterm_1.0.13.bb diff --git a/meta-oe/recipes-extended/canopenterm/canopenterm_1.0.10.bb b/meta-oe/recipes-extended/canopenterm/canopenterm_1.0.10.bb deleted file mode 100644 index 26c80195b0..0000000000 --- a/meta-oe/recipes-extended/canopenterm/canopenterm_1.0.10.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=10e84ea70e8c3a1fbc462f5424806474" - -DEPENDS = "cjson libinih virtual/libsdl2 lua libsocketcan pocketpy" - -SRC_URI = "git://github.com/CANopenTerm/CANopenTerm.git;protocol=https;branch=main" - -SRCREV = "e0760b2e9657907e691be4df384ca7617109635d" - - -inherit cmake ptest - -EXTRA_OECMAKE += "-DBUILD_YOCTO=ON" - -FILES:${PN} += "${bindir}/CANopenTerm ${bindir}/codb2json ${datadir}" - -RDEPENDS:${PN} = "cjson libinih libsdl2 lua libsocketcan pocketpy" diff --git a/meta-oe/recipes-extended/canopenterm/canopenterm_1.0.13.bb b/meta-oe/recipes-extended/canopenterm/canopenterm_1.0.13.bb new file mode 100644 index 0000000000..a81ed30f72 --- /dev/null +++ b/meta-oe/recipes-extended/canopenterm/canopenterm_1.0.13.bb @@ -0,0 +1,29 @@ + +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" -- cgit v1.2.3-54-g00ecf