aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlistair Francis <alistair23@gmail.com>2019-03-28 21:49:56 -0700
committerKhem Raj <raj.khem@gmail.com>2019-03-29 10:35:27 -0700
commit417672fc7a651697259e1d564d8b3bd221113d34 (patch)
tree4ee33d3284def84afc05e093afaeae97e6f72d56
parent6d6c9641ef38ae54abc8f1279fd80ad2b2df4567 (diff)
downloadmeta-python2-417672fc7a651697259e1d564d8b3bd221113d34.tar.gz
meta-python: Initial commit of Python3 OBDII module
(From meta-openembedded commit: e02b97f1e494a6d4bb780dfd45d1317b5f28f662) Signed-off-by: Alistair Francis <alistair@alistair23.me> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
-rw-r--r--recipes-devtools/python/python-obd.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-obd.inc b/recipes-devtools/python/python-obd.inc
new file mode 100644
index 0000000..f2caf64
--- /dev/null
+++ b/recipes-devtools/python/python-obd.inc
@@ -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