diff mbox series

[meta-oe,2/2] canopenterm: delete recipe of previous version 2.01

Message ID 20260422182855.10796-2-mail@michael-fitzmayer.de
State New
Headers show
Series [meta-oe,1/2] canopenterm: update to version 2.02+git | expand

Commit Message

Michael Fitzmayer April 22, 2026, 6:28 p.m. UTC
Signed-off-by: Michael Fitzmayer <mail@michael-fitzmayer.de>
---
 .../canopenterm/canopenterm_2.01.bb           | 28 -------------------
 1 file changed, 28 deletions(-)
 delete mode 100644 meta-oe/recipes-extended/canopenterm/canopenterm_2.01.bb
diff mbox series

Patch

diff --git a/meta-oe/recipes-extended/canopenterm/canopenterm_2.01.bb b/meta-oe/recipes-extended/canopenterm/canopenterm_2.01.bb
deleted file mode 100644
index f44312a6e4..0000000000
--- a/meta-oe/recipes-extended/canopenterm/canopenterm_2.01.bb
+++ /dev/null
@@ -1,28 +0,0 @@ 
-
-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=bd2edc721b4a0289efe949bdbe7dda79"
-
-DEPENDS = "canvenient cjson isocline libinih libsdl3 lua pocketpy"
-
-SRC_URI = "git://github.com/CANopenTerm/CANopenTerm.git;protocol=https;branch=main;tag=v${PV}"
-SRCREV  = "4196097f71c7e59b27e9d8ac3c6cf58f44fa9f19"
-
-
-inherit cmake ptest
-
-EXTRA_OECMAKE += "-DBUILD_YOCTO=ON"
-
-FILES:${PN} += "${bindir}/CANopenTerm ${bindir}/codb2json ${datadir}"
-
-RDEPENDS:${PN} = "canvenient cjson libinih libsdl3 lua pocketpy"