diff options
| author | Derek Straka <derek@asterius.io> | 2016-02-22 08:35:05 -0500 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-25 17:47:27 +0100 |
| commit | 81fe3b83d7a909d19fe2bb2b88c69802f966b421 (patch) | |
| tree | 30c5e75d301f32a66f3bcb99c02e3c177e10b49b /meta-python/recipes-devtools/python/python3-pyserial_3.0.1.bb | |
| parent | ade80c2aa87d42d66004305e449ab161a9a1bbc8 (diff) | |
| download | meta-openembedded-81fe3b83d7a909d19fe2bb2b88c69802f966b421.tar.gz | |
python-pyserial: update to 3.0.1
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyserial_3.0.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pyserial_3.0.1.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyserial_3.0.1.bb b/meta-python/recipes-devtools/python/python3-pyserial_3.0.1.bb new file mode 100644 index 0000000000..17ed3f8bc4 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyserial_3.0.1.bb | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | inherit setuptools3 | ||
| 2 | require python-pyserial.inc | ||
| 3 | |||
| 4 | do_install_append() { | ||
| 5 | rm -f ${D}${bindir}/miniterm.py | ||
| 6 | rmdir ${D}${bindir} | ||
| 7 | } | ||
