diff options
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pyserial_3.5.bb (renamed from meta-python/recipes-devtools/python/python3-pyserial_3.4.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyserial_3.4.bb b/meta-python/recipes-devtools/python/python3-pyserial_3.5.bb index d65c9a88b8..4be80e28cd 100644 --- a/meta-python/recipes-devtools/python/python3-pyserial_3.4.bb +++ b/meta-python/recipes-devtools/python/python3-pyserial_3.5.bb | |||
| @@ -1,14 +1,14 @@ | |||
| 1 | SUMMARY = "Serial Port Support for Python" | 1 | SUMMARY = "Serial Port Support for Python" |
| 2 | LICENSE = "BSD-3-Clause" | 2 | LICENSE = "BSD-3-Clause" |
| 3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d476d94926db6e0008a5b3860d1f5c0d" | 3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=520e45e59fc2cf94aa53850f46b86436" |
| 4 | 4 | ||
| 5 | SRC_URI[md5sum] = "ed6183b15519a0ae96675e9c3330c69b" | 5 | SRC_URI[sha256sum] = "3c77e014170dfffbd816e6ffc205e9842efb10be9f58ec16d3e8675b4925cddb" |
| 6 | SRC_URI[sha256sum] = "6e2d401fdee0eab996cf734e67773a0143b932772ca8b42451440cfed942c627" | ||
| 7 | 6 | ||
| 8 | inherit pypi setuptools3 ptest | 7 | inherit pypi setuptools3 ptest |
| 9 | 8 | ||
| 10 | do_install_append() { | 9 | do_install_append() { |
| 11 | rm -f ${D}${bindir}/miniterm.py | 10 | rm -f ${D}${bindir}/pyserial-miniterm |
| 11 | rm -f ${D}${bindir}/pyserial-ports | ||
| 12 | rmdir ${D}${bindir} | 12 | rmdir ${D}${bindir} |
| 13 | } | 13 | } |
| 14 | 14 | ||
