summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorMichael Fitzmayer <mail@michael-fitzmayer.de>2024-11-21 21:29:32 +0100
committerKhem Raj <raj.khem@gmail.com>2024-11-21 21:42:37 -0800
commit8cfcad23ff57b33c23a5ac049db126e61d0f6d53 (patch)
tree8387ffb4f37e6c08afc7fd6738dce15679142c8f /meta-oe
parentedd83e2e6a33c6028b9be3b922233cc7885293a1 (diff)
downloadmeta-openembedded-8cfcad23ff57b33c23a5ac049db126e61d0f6d53.tar.gz
Add recipe: canopenterm 1.0.8
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. Signed-off-by: Michael Fitzmayer <mail@michael-fitzmayer.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-extended/canopenterm/canopenterm_1.0.8.bb29
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/canopenterm/canopenterm_1.0.8.bb b/meta-oe/recipes-extended/canopenterm/canopenterm_1.0.8.bb
new file mode 100644
index 0000000000..191225bb15
--- /dev/null
+++ b/meta-oe/recipes-extended/canopenterm/canopenterm_1.0.8.bb
@@ -0,0 +1,29 @@
1
2SUMMARY = "CANopenTerm is a versatile software tool to analyse and \
3 configure CANopen devices. \
4 "
5DESCRIPTION = "CANopenTerm is an open-source software tool designed for the \
6 development, testing, and analysis of CANopen CC networks and \
7 devices. It extends its capabilities to support other CAN CC \
8 protocols, including SAE J1939 and OBD-II. \
9 "
10HOMEPAGE = "https://canopenterm.de"
11BUGTRACKER = "https://github.com/CANopenTerm/CANopenTerm/issues"
12
13LICENSE = "MIT"
14LIC_FILES_CHKSUM = "file://LICENSE.md;md5=10e84ea70e8c3a1fbc462f5424806474"
15
16DEPENDS = "libinih libsdl2 lua libsocketcan pocketpy"
17
18SRC_URI = "git://github.com/CANopenTerm/CANopenTerm.git;protocol=https;branch=main"
19SRCREV = "5bc04e09351f68e889381e1912b0445c4f18ee32"
20
21S = "${WORKDIR}/git"
22
23inherit cmake
24
25EXTRA_OECMAKE += "-DBUILD_YOCTO=ON"
26
27FILES:${PN} += "${bindir}/CANopenTerm ${datadir}"
28
29RDEPENDS:${PN} = "libinih libsdl2 lua libsocketcan pocketpy"