summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Fitzmayer <mail@michael-fitzmayer.de>2025-09-04 20:19:00 +0200
committerKhem Raj <raj.khem@gmail.com>2025-09-04 11:25:07 -0700
commitb8d586f05c0e94977cfacd61822e448c41af1dde (patch)
tree989de18b733d807ef432ec046acfa45f52337ac2
parent7856922e5ebede9bf41ff4a38065c8aeccaef51d (diff)
downloadmeta-openembedded-b8d586f05c0e94977cfacd61822e448c41af1dde.tar.gz
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>
-rw-r--r--meta-oe/recipes-extended/canopenterm/canopenterm_1.0.13.bb (renamed from meta-oe/recipes-extended/canopenterm/canopenterm_1.0.10.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-extended/canopenterm/canopenterm_1.0.10.bb b/meta-oe/recipes-extended/canopenterm/canopenterm_1.0.13.bb
index 26c80195b0..a81ed30f72 100644
--- a/meta-oe/recipes-extended/canopenterm/canopenterm_1.0.10.bb
+++ b/meta-oe/recipes-extended/canopenterm/canopenterm_1.0.13.bb
@@ -11,13 +11,13 @@ HOMEPAGE = "https://canopenterm.de"
11BUGTRACKER = "https://github.com/CANopenTerm/CANopenTerm/issues" 11BUGTRACKER = "https://github.com/CANopenTerm/CANopenTerm/issues"
12 12
13LICENSE = "MIT" 13LICENSE = "MIT"
14LIC_FILES_CHKSUM = "file://LICENSE.md;md5=10e84ea70e8c3a1fbc462f5424806474" 14LIC_FILES_CHKSUM = "file://LICENSE.md;md5=5f8a62fabd50ce3f1d7794bc849ae7a5"
15 15
16DEPENDS = "cjson libinih virtual/libsdl2 lua libsocketcan pocketpy" 16DEPENDS = "cjson libinih libsdl3 lua libsocketcan pocketpy"
17 17
18SRC_URI = "git://github.com/CANopenTerm/CANopenTerm.git;protocol=https;branch=main" 18SRC_URI = "git://github.com/CANopenTerm/CANopenTerm.git;protocol=https;branch=main"
19 19
20SRCREV = "e0760b2e9657907e691be4df384ca7617109635d" 20SRCREV = "b0555360e5e8b444a2a9e14088fd253412184eb8"
21 21
22 22
23inherit cmake ptest 23inherit cmake ptest
@@ -26,4 +26,4 @@ EXTRA_OECMAKE += "-DBUILD_YOCTO=ON"
26 26
27FILES:${PN} += "${bindir}/CANopenTerm ${bindir}/codb2json ${datadir}" 27FILES:${PN} += "${bindir}/CANopenTerm ${bindir}/codb2json ${datadir}"
28 28
29RDEPENDS:${PN} = "cjson libinih libsdl2 lua libsocketcan pocketpy" 29RDEPENDS:${PN} = "cjson libinih libsdl3 lua libsocketcan pocketpy"