summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"