diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-01-21 19:29:01 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-01-22 22:01:01 -0800 |
| commit | 2a8b4c695e3630571d40f19992febef222f9a701 (patch) | |
| tree | 43870b1c8fd01ad3f443ea5365cba82deb2d0718 /meta-python/recipes-devtools/python/python3-moteus_0.3.98.bb | |
| parent | da80db34b6319704279a14561bfca9d38019d6b4 (diff) | |
| download | meta-openembedded-2a8b4c695e3630571d40f19992febef222f9a701.tar.gz | |
python3-moteus: upgrade 0.3.97 -> 0.3.98
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-moteus_0.3.98.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-moteus_0.3.98.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-moteus_0.3.98.bb b/meta-python/recipes-devtools/python/python3-moteus_0.3.98.bb new file mode 100644 index 0000000000..412ee536f5 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-moteus_0.3.98.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | SUMMARY = "moteus brushless controller library and tools" | ||
| 2 | HOMEPAGE = "https://github.com/mjbots/moteus" | ||
| 3 | LICENSE = "Apache-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://setup.py;beginline=3;endline=9;md5=24025d3c660abfc62a83f0e709a45e76" | ||
| 5 | |||
| 6 | inherit pypi setuptools3 | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "ef6c628bf64d56e30aac1f8e314f74b1bbd9875e5ec21ecd3c2ce9436f7e3644" | ||
| 9 | |||
| 10 | S = "${UNPACKDIR}/moteus-${PV}" | ||
| 11 | |||
| 12 | RDEPENDS:${PN} += "\ | ||
| 13 | python3-can \ | ||
| 14 | python3-importlib-metadata \ | ||
| 15 | python3-pyelftools \ | ||
| 16 | python3-pyserial \ | ||
| 17 | " | ||
