mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
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>
This commit is contained in:
parent
edd83e2e6a
commit
8cfcad23ff
29
meta-oe/recipes-extended/canopenterm/canopenterm_1.0.8.bb
Normal file
29
meta-oe/recipes-extended/canopenterm/canopenterm_1.0.8.bb
Normal file
|
|
@ -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"
|
||||
Loading…
Reference in New Issue
Block a user