From 9af65f1680d2bb27e7c8911e8912ddeb2e38fe41 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 22 Apr 2025 17:18:33 +0300 Subject: [PATCH] python3-moteus: Upgrade 0.3.79 -> 0.3.81 Upgrade to release 0.3.81: - Set reasonable timing parameters for PCAN interfaces - Don't barf when flashing firmwares older than family reporting Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../{python3-moteus_0.3.79.bb => python3-moteus_0.3.81.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-moteus_0.3.79.bb => python3-moteus_0.3.81.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-moteus_0.3.79.bb b/meta-python/recipes-devtools/python/python3-moteus_0.3.81.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-moteus_0.3.79.bb rename to meta-python/recipes-devtools/python/python3-moteus_0.3.81.bb index 4944e13ff4..bb8f572180 100644 --- a/meta-python/recipes-devtools/python/python3-moteus_0.3.79.bb +++ b/meta-python/recipes-devtools/python/python3-moteus_0.3.81.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://setup.py;beginline=3;endline=9;md5=24025d3c660abfc62a inherit pypi setuptools3 -SRC_URI[sha256sum] = "fae569f0c2e208059e081cf0fcca2e8f71c6c1de582836c745bb884af1e35bf4" +SRC_URI[sha256sum] = "6f0f3b5ec38c044cf28546e4693b22644c3e9be7a1338933d20b67d0fd55eccc" S = "${WORKDIR}/moteus-${PV}"