similarity index 87%
rename from meta-oe/recipes-extended/canopenterm/canopenterm_2.01.bb
rename to meta-oe/recipes-extended/canopenterm/canopenterm_2.02.bb
@@ -15,13 +15,15 @@ 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"
+PV .= "+git"
+
+SRC_URI = "git://github.com/CANopenTerm/CANopenTerm.git;protocol=https;branch=main"
+SRCREV = "7a9466029a6e88345e65e794ff1779f778c9358a"
inherit cmake ptest
-EXTRA_OECMAKE += "-DBUILD_YOCTO=ON"
+EXTRA_OECMAKE += "-DUSE_SYSTEM_LIBS=ON"
FILES:${PN} += "${bindir}/CANopenTerm ${bindir}/codb2json ${datadir}"
- This patch incorporates all previously suggested changes - Introduced a new API function: print_result() - Added support for configuring a dynamic number of filters when executing replay.lua - Added script to interact with the STM32 CAN bootloader (stm32.lua) - Add Unified Diagnostic Services (ISO 14229-1) script written in Lua (uds.lua) - Various updates and fixes required by the Debian package and to be able to get certified by Microsoft - Added manpages Signed-off-by: Michael Fitzmayer <mail@michael-fitzmayer.de> --- .../{canopenterm_2.01.bb => canopenterm_2.02.bb} | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) rename meta-oe/recipes-extended/canopenterm/{canopenterm_2.01.bb => canopenterm_2.02.bb} (87%)