similarity index 74%
rename from meta-oe/recipes-extended/canopenterm/canopenterm_1.0.10.bb
rename to meta-oe/recipes-extended/canopenterm/canopenterm_1.0.13.bb
@@ -11,13 +11,13 @@ HOMEPAGE = "https://canopenterm.de"
BUGTRACKER = "https://github.com/CANopenTerm/CANopenTerm/issues"
LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE.md;md5=10e84ea70e8c3a1fbc462f5424806474"
+LIC_FILES_CHKSUM = "file://LICENSE.md;md5=5f8a62fabd50ce3f1d7794bc849ae7a5"
-DEPENDS = "cjson libinih virtual/libsdl2 lua libsocketcan pocketpy"
+DEPENDS = "cjson libinih libsdl3 lua libsocketcan pocketpy"
SRC_URI = "git://github.com/CANopenTerm/CANopenTerm.git;protocol=https;branch=main"
-SRCREV = "e0760b2e9657907e691be4df384ca7617109635d"
+SRCREV = "b0555360e5e8b444a2a9e14088fd253412184eb8"
inherit cmake ptest
@@ -26,4 +26,4 @@ EXTRA_OECMAKE += "-DBUILD_YOCTO=ON"
FILES:${PN} += "${bindir}/CANopenTerm ${bindir}/codb2json ${datadir}"
-RDEPENDS:${PN} = "cjson libinih libsdl2 lua libsocketcan pocketpy"
+RDEPENDS:${PN} = "cjson libinih libsdl3 lua libsocketcan pocketpy"
Update license checksum: the year in the copyright notice has been updated. - Various improvements and bug fixes - Visualise CAN data using graphical widgets - Migrate from SDL2 to SDL3 - Support for CANopen profile databases (including several common application and device profiles) - Basic autocomplete functionality - Persistent command history Signed-off-by: Michael Fitzmayer <mail@michael-fitzmayer.de> --- .../{canopenterm_1.0.10.bb => canopenterm_1.0.13.bb} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename meta-oe/recipes-extended/canopenterm/{canopenterm_1.0.10.bb => canopenterm_1.0.13.bb} (74%)