From e02b97f1e494a6d4bb780dfd45d1317b5f28f662 Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Thu, 28 Mar 2019 21:49:56 -0700 Subject: meta-python: Initial commit of Python3 OBDII module Signed-off-by: Alistair Francis Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-obd.inc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-obd.inc (limited to 'meta-python/recipes-devtools/python/python-obd.inc') diff --git a/meta-python/recipes-devtools/python/python-obd.inc b/meta-python/recipes-devtools/python/python-obd.inc new file mode 100644 index 000000000..f2caf6491 --- /dev/null +++ b/meta-python/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 -- cgit v1.2.3-54-g00ecf