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/python-pyserial.inc | 6 +++--- meta-python/recipes-devtools/python/python-pyserial_3.0.1.bb | 2 -- meta-python/recipes-devtools/python/python-pyserial_3.1.1.bb | 2 ++ meta-python/recipes-devtools/python/python3-pyserial_3.0.1.bb | 7 ------- meta-python/recipes-devtools/python/python3-pyserial_3.1.1.bb | 7 +++++++ 5 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pyserial_3.0.1.bb create mode 100644 meta-python/recipes-devtools/python/python-pyserial_3.1.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pyserial_3.0.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyserial_3.1.1.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python-pyserial.inc b/meta-python/recipes-devtools/python/python-pyserial.inc index 08eef746f9..a4c77286db 100644 --- a/meta-python/recipes-devtools/python/python-pyserial.inc +++ b/meta-python/recipes-devtools/python/python-pyserial.inc @@ -1,6 +1,6 @@ SUMMARY = "Serial Port Support for Python" LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=0051a0dc811ee3fdb17a2fd0be44f3ad" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d476d94926db6e0008a5b3860d1f5c0d" # FIXME might stop packaging serialwin32 and serialjava files @@ -10,7 +10,7 @@ RDEPENDS_${PN} = "\ ${PYTHON_PN}-stringold \ " -SRC_URI[md5sum] = "c8521e49f8852196aac39431e0901703" -SRC_URI[sha256sum] = "969cb6405d1d87f8960cf9c10f597ae58f85da2fb9769dba96f4aeeaade54656" +SRC_URI[md5sum] = "2f72100de3e410b36d575e12e82e9d27" +SRC_URI[sha256sum] = "d657051249ce3cbd0446bcfb2be07a435e1029da4d63f53ed9b4cdde7373364c" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-pyserial_3.0.1.bb b/meta-python/recipes-devtools/python/python-pyserial_3.0.1.bb deleted file mode 100644 index ad2b350b0c..0000000000 --- a/meta-python/recipes-devtools/python/python-pyserial_3.0.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-pyserial.inc diff --git a/meta-python/recipes-devtools/python/python-pyserial_3.1.1.bb b/meta-python/recipes-devtools/python/python-pyserial_3.1.1.bb new file mode 100644 index 0000000000..ad2b350b0c --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pyserial_3.1.1.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-pyserial.inc 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 deleted file mode 100644 index 17ed3f8bc4..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyserial_3.0.1.bb +++ /dev/null @@ -1,7 +0,0 @@ -inherit setuptools3 -require python-pyserial.inc - -do_install_append() { - rm -f ${D}${bindir}/miniterm.py - rmdir ${D}${bindir} -} 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 1.2.3-korg