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 <mail@michael-fitzmayer.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Michael Fitzmayer 2025-09-04 20:19:00 +02:00 committed by Khem Raj
parent 7856922e5e
commit b8d586f05c
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -11,13 +11,13 @@ HOMEPAGE = "https://canopenterm.de"
BUGTRACKER = "https://github.com/CANopenTerm/CANopenTerm/issues"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=10e84ea70e8c3a1fbc462f5424806474"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=5f8a62fabd50ce3f1d7794bc849ae7a5"
DEPENDS = "cjson libinih virtual/libsdl2 lua libsocketcan pocketpy"
DEPENDS = "cjson libinih libsdl3 lua libsocketcan pocketpy"
SRC_URI = "git://github.com/CANopenTerm/CANopenTerm.git;protocol=https;branch=main"
SRCREV = "e0760b2e9657907e691be4df384ca7617109635d"
SRCREV = "b0555360e5e8b444a2a9e14088fd253412184eb8"
inherit cmake ptest
@ -26,4 +26,4 @@ EXTRA_OECMAKE += "-DBUILD_YOCTO=ON"
FILES:${PN} += "${bindir}/CANopenTerm ${bindir}/codb2json ${datadir}"
RDEPENDS:${PN} = "cjson libinih libsdl2 lua libsocketcan pocketpy"
RDEPENDS:${PN} = "cjson libinih libsdl3 lua libsocketcan pocketpy"