From 8b222761c31614c75b9a126abb8ea0a003d93c0e Mon Sep 17 00:00:00 2001 From: Fabian Pfitzner Date: Fri, 17 Jul 2026 10:55:49 +0200 Subject: [PATCH] python3-canmatrix: Add recipe Canmatrix implements a "Python Can Matrix Object", which describes the can-communication and the needed objects (Boardunits, Frames, Signals, Values, ...). Signed-off-by: Fabian Pfitzner --- .../python/python3-canmatrix_1.2.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-canmatrix_1.2.bb diff --git a/meta-python/recipes-devtools/python/python3-canmatrix_1.2.bb b/meta-python/recipes-devtools/python/python3-canmatrix_1.2.bb new file mode 100644 index 0000000000..a02674dd21 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-canmatrix_1.2.bb @@ -0,0 +1,13 @@ +SUMMARY = "Converting Can (Controller Area Network) Database Formats" +HOMEPAGE = "https://github.com/ebroecker/canmatrix" +LICENSE = "BSD-2-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=bb3bdbe015537f08812c87d93670ea1b" + +SRC_URI[sha256sum] = "19d5ba3fd69974bd41985b90198503bfde6ae3639dfc8ce6a2f7a0338787dbf7" + +inherit setuptools3 pypi + +RDEPENDS:${PN} += "\ + python3-attrs \ + python3-click \ +"