From 303d9ea960e2d88281079a4e71abe2cf8c815184 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Thu, 23 Jun 2016 16:48:07 -0400 Subject: python-pyserial: update to version 3.1.1 * Update license checksum for copyright year Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python3-pyserial_3.1.1.bb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pyserial_3.1.1.bb (limited to 'meta-python/recipes-devtools/python/python3-pyserial_3.1.1.bb') diff --git a/meta-python/recipes-devtools/python/python3-pyserial_3.1.1.bb b/meta-python/recipes-devtools/python/python3-pyserial_3.1.1.bb new file mode 100644 index 0000000000..17ed3f8bc4 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyserial_3.1.1.bb @@ -0,0 +1,7 @@ +inherit setuptools3 +require python-pyserial.inc + +do_install_append() { + rm -f ${D}${bindir}/miniterm.py + rmdir ${D}${bindir} +} -- cgit v1.2.3-54-g00ecf