diff options
author | Michael Fitzmayer <mail@michael-fitzmayer.de> | 2025-09-04 20:19:00 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-09-04 11:25:07 -0700 |
commit | b8d586f05c0e94977cfacd61822e448c41af1dde (patch) | |
tree | 989de18b733d807ef432ec046acfa45f52337ac2 | |
parent | 7856922e5ebede9bf41ff4a38065c8aeccaef51d (diff) | |
download | meta-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" | |||
11 | BUGTRACKER = "https://github.com/CANopenTerm/CANopenTerm/issues" | 11 | BUGTRACKER = "https://github.com/CANopenTerm/CANopenTerm/issues" |
12 | 12 | ||
13 | LICENSE = "MIT" | 13 | LICENSE = "MIT" |
14 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=10e84ea70e8c3a1fbc462f5424806474" | 14 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=5f8a62fabd50ce3f1d7794bc849ae7a5" |
15 | 15 | ||
16 | DEPENDS = "cjson libinih virtual/libsdl2 lua libsocketcan pocketpy" | 16 | DEPENDS = "cjson libinih libsdl3 lua libsocketcan pocketpy" |
17 | 17 | ||
18 | SRC_URI = "git://github.com/CANopenTerm/CANopenTerm.git;protocol=https;branch=main" | 18 | SRC_URI = "git://github.com/CANopenTerm/CANopenTerm.git;protocol=https;branch=main" |
19 | 19 | ||
20 | SRCREV = "e0760b2e9657907e691be4df384ca7617109635d" | 20 | SRCREV = "b0555360e5e8b444a2a9e14088fd253412184eb8" |
21 | 21 | ||
22 | 22 | ||
23 | inherit cmake ptest | 23 | inherit cmake ptest |
@@ -26,4 +26,4 @@ EXTRA_OECMAKE += "-DBUILD_YOCTO=ON" | |||
26 | 26 | ||
27 | FILES:${PN} += "${bindir}/CANopenTerm ${bindir}/codb2json ${datadir}" | 27 | FILES:${PN} += "${bindir}/CANopenTerm ${bindir}/codb2json ${datadir}" |
28 | 28 | ||
29 | RDEPENDS:${PN} = "cjson libinih libsdl2 lua libsocketcan pocketpy" | 29 | RDEPENDS:${PN} = "cjson libinih libsdl3 lua libsocketcan pocketpy" |