mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-14 14:20:28 +00:00
meta-python: Initial commit of Python3 OBDII module
Signed-off-by: Alistair Francis <alistair@alistair23.me> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
3e46ebea6d
commit
e02b97f1e4
9
meta-python/recipes-devtools/python/python-obd.inc
Normal file
9
meta-python/recipes-devtools/python/python-obd.inc
Normal file
@@ -0,0 +1,9 @@
|
||||
DESCRIPTION = "A python module for handling realtime sensor data from OBD-II vehicle ports"
|
||||
HOMEPAGE = "https://github.com/brendan-w/python-OBD"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://README.rst;md5=2988a5e913eb105fa08011135c4157d4"
|
||||
|
||||
SRC_URI[md5sum] = "93e04f825e13b7ebc97d06b6a6407807"
|
||||
SRC_URI[sha256sum] = "4b1bac95df2faac571ebf444778e4d736d050d8ed7049023c0fc929a520eba6d"
|
||||
|
||||
inherit pypi
|
||||
2
meta-python/recipes-devtools/python/python3-obd_0.7.0.bb
Normal file
2
meta-python/recipes-devtools/python/python3-obd_0.7.0.bb
Normal file
@@ -0,0 +1,2 @@
|
||||
inherit setuptools3
|
||||
require python-obd.inc
|
||||
Reference in New Issue
Block a user