diff mbox series

[2/2] Add recipe: canopenterm 1.0.8

Message ID 20241121202932.2703888-1-mail@michael-fitzmayer.de
State Under Review
Headers show
Series [1/2] Add recipe: pocketpy 2.0.2 | expand

Commit Message

Michael Fitzmayer Nov. 21, 2024, 8:29 p.m. UTC
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>
---
 .../canopenterm/canopenterm_1.0.8.bb          | 29 +++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 meta-oe/recipes-extended/canopenterm/canopenterm_1.0.8.bb
diff mbox series

Patch

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 000000000..191225bb1
--- /dev/null
+++ b/meta-oe/recipes-extended/canopenterm/canopenterm_1.0.8.bb
@@ -0,0 +1,29 @@ 
+
+SUMMARY = "CANopenTerm is a versatile software tool to analyse and \
+          configure CANopen devices. \
+          "
+DESCRIPTION = "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. \
+              "
+HOMEPAGE = "https://canopenterm.de"
+BUGTRACKER = "https://github.com/CANopenTerm/CANopenTerm/issues"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE.md;md5=10e84ea70e8c3a1fbc462f5424806474"
+
+DEPENDS = "libinih libsdl2 lua libsocketcan pocketpy"
+
+SRC_URI = "git://github.com/CANopenTerm/CANopenTerm.git;protocol=https;branch=main"
+SRCREV = "5bc04e09351f68e889381e1912b0445c4f18ee32"
+
+S = "${WORKDIR}/git"
+
+inherit cmake
+
+EXTRA_OECMAKE += "-DBUILD_YOCTO=ON"
+
+FILES:${PN} += "${bindir}/CANopenTerm ${datadir}"
+
+RDEPENDS:${PN} = "libinih libsdl2 lua libsocketcan pocketpy"