[PATCH 07/24] python3-odb: add missing newline
Ross Burton <[email protected]>
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
Signed-off-by: Ross Burton <[email protected]> --- meta-python/recipes-devtools/python/python3-obd_0.7.3.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-obd_0.7.3.bb b/meta-python/recipes-devtools/python/python3-obd_0.7.3.bb index 8deef31d56..e7eb3a784d 100644 --- a/meta-python/recipes-devtools/python/python3-obd_0.7.3.bb +++ b/meta-python/recipes-devtools/python/python3-obd_0.7.3.bb @@ -1,4 +1,5 @@ -DESCRIPTION = "A python module for handling realtime sensor data from OBD-II vehicle ports"HOMEPAGE = "https://github.com/brendan-w/python-OBD" +DESCRIPTION = "A python module for handling realtime sensor data from OBD-II vehicle ports" +HOMEPAGE = "https://github.com/brendan-w/python-OBD" LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://README.md;md5=176d0f9ad45c10895296260d426fa862" -- 2.43.0