diff options
| author | Derek Straka <derek@asterius.io> | 2016-06-23 16:48:07 -0400 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-07-11 15:16:06 +0200 |
| commit | 303d9ea960e2d88281079a4e71abe2cf8c815184 (patch) | |
| tree | 92f345314397b9ba0dcdd2b00b9c39cc24e9f84a /meta-python/recipes-devtools/python/python3-pyserial_3.1.1.bb | |
| parent | e4691bb119c0e99206b73f81b9f8a25b00d6456e (diff) | |
| download | meta-openembedded-303d9ea960e2d88281079a4e71abe2cf8c815184.tar.gz | |
python-pyserial: update to version 3.1.1
* Update license checksum for copyright year
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.1.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pyserial_3.1.1.bb | 7 |
1 files changed, 7 insertions, 0 deletions
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 @@ | |||
| 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 | } | ||
