mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-27 12:01:38 +01:00
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>
30 lines
1022 B
BlitzBasic
30 lines
1022 B
BlitzBasic
|
|
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"
|