diff options
-rw-r--r-- | meta-oe/recipes-extended/canopenterm/canopenterm_1.0.8.bb | 29 |
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 | |||
2 | SUMMARY = "CANopenTerm is a versatile software tool to analyse and \ | ||
3 | configure CANopen devices. \ | ||
4 | " | ||
5 | DESCRIPTION = "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 | " | ||
10 | HOMEPAGE = "https://canopenterm.de" | ||
11 | BUGTRACKER = "https://github.com/CANopenTerm/CANopenTerm/issues" | ||
12 | |||
13 | LICENSE = "MIT" | ||
14 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=10e84ea70e8c3a1fbc462f5424806474" | ||
15 | |||
16 | DEPENDS = "libinih libsdl2 lua libsocketcan pocketpy" | ||
17 | |||
18 | SRC_URI = "git://github.com/CANopenTerm/CANopenTerm.git;protocol=https;branch=main" | ||
19 | SRCREV = "5bc04e09351f68e889381e1912b0445c4f18ee32" | ||
20 | |||
21 | S = "${WORKDIR}/git" | ||
22 | |||
23 | inherit cmake | ||
24 | |||
25 | EXTRA_OECMAKE += "-DBUILD_YOCTO=ON" | ||
26 | |||
27 | FILES:${PN} += "${bindir}/CANopenTerm ${datadir}" | ||
28 | |||
29 | RDEPENDS:${PN} = "libinih libsdl2 lua libsocketcan pocketpy" | ||