diff options
| author | Richard Leitner <dev@g0hl1n.net> | 2024-02-04 00:03:55 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-02-03 19:16:35 -0800 |
| commit | fb98797c96470048962da897b084833874b7f3e6 (patch) | |
| tree | e5f2f1fef1712977cdd9d3a3c5ffc024ab8a4750 /meta-python/recipes-devtools/python/python3-moteus_0.3.67.bb | |
| parent | 277501596746adba0e798e2b27b87cbd2c001476 (diff) | |
| download | meta-openembedded-fb98797c96470048962da897b084833874b7f3e6.tar.gz | |
python3-moteus: add recipe for v0.3.67
moteus brushless controller library and tools. This recipe uses pypi as
source:
https://pypi.org/project/moteus/
Signed-off-by: Richard Leitner <dev@g0hl1n.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-moteus_0.3.67.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-moteus_0.3.67.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-moteus_0.3.67.bb b/meta-python/recipes-devtools/python/python3-moteus_0.3.67.bb new file mode 100644 index 0000000000..3c93ee44ff --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-moteus_0.3.67.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 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 += "file://0001-lib-python-remove-self-import-from-setup.py.patch" | ||
| 9 | |||
| 10 | SRC_URI[sha256sum] = "a2122f20f59b8962057cf8d3fb583e0aa19006eaf2cde49e30027a4d1b8bf925" | ||
| 11 | |||
| 12 | S = "${WORKDIR}/moteus-${PV}" | ||
| 13 | |||
| 14 | RDEPENDS:${PN} += "\ | ||
| 15 | python3-can \ | ||
| 16 | python3-importlib-metadata \ | ||
| 17 | python3-pyelftools \ | ||
| 18 | python3-pyserial \ | ||
| 19 | " | ||
