mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Upgrade to release 35.3.0: - Fix dump of signal types in DBC files - Fix SIG_VALTYPE_ item on DBC dump for extended frame id messages - Fix compile error Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 lines
396 B
BlitzBasic
15 lines
396 B
BlitzBasic
DESCRIPTION = "CAN BUS tools in Python 3."
|
|
HOMEPAGE = "https://github.com/eerimoq/cantools"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=d9aa4ec07de78abae21c490c9ffe61bd"
|
|
|
|
SRC_URI[md5sum] = "068514ac776e03ebaa8b2d02dd16fc77"
|
|
SRC_URI[sha256sum] = "5e3a6f679ad3dcb31142e388e052187d5fc5bd481c4fc3b2791eaa1e681cca98"
|
|
|
|
PYPI_PACKAGE = "cantools"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
CLEANBROKEN = "1"
|
|
|