diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2017-04-14 18:09:08 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-04-24 10:59:27 +0200 |
commit | 60885e3223ad811c2b4185eb6a22fa0cdb0d082a (patch) | |
tree | 4c322170d12a2c018945443747055d0e8f304bb5 /meta-python/recipes-devtools/python/python-can.inc | |
parent | 4ddc0a58a7af4df17647b477925293d96c049b95 (diff) | |
download | meta-openembedded-60885e3223ad811c2b4185eb6a22fa0cdb0d082a.tar.gz |
python-can: add initial recipe for version 1.5.2
Add initial recipe for python-can library which provides controller
area network support for Python 2/3.
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-can.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-can.inc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-can.inc b/meta-python/recipes-devtools/python/python-can.inc new file mode 100644 index 0000000000..1878f31162 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-can.inc | |||
@@ -0,0 +1,9 @@ | |||
1 | SUMMARY = "Controller Area Network (CAN) interface module for Python" | ||
2 | SECTION = "devel/python" | ||
3 | LICENSE = "LGPLv3" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=38138baa100d7259934590850bc0406e" | ||
5 | |||
6 | SRC_URI[md5sum] = "f653aecf8b9034bbba32cc04ca6a7b6d" | ||
7 | SRC_URI[sha256sum] = "edabb426e6cd11c2dc7a98980340135aa0eb02143b0d51bf14e3e6178c131cc3" | ||
8 | |||
9 | PYPI_PACKAGE="python-can" | ||