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 | |
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')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyserial.inc | 15 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyserial_3.0.1.bb (renamed from meta-python/recipes-devtools/python/python-pyserial_2.7.bb) | 0 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyserial_3.0.1.bb (renamed from meta-python/recipes-devtools/python/python3-pyserial_2.7.bb) | 0 |
3 files changed, 6 insertions, 9 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyserial.inc b/meta-python/recipes-devtools/python/python-pyserial.inc index 0fd674756..08eef746f 100644 --- a/meta-python/recipes-devtools/python/python-pyserial.inc +++ b/meta-python/recipes-devtools/python/python-pyserial.inc | |||
@@ -1,11 +1,6 @@ | |||
1 | SUMMARY = "Serial Port Support for Python" | 1 | SUMMARY = "Serial Port Support for Python" |
2 | SECTION = "devel/python" | 2 | LICENSE = "BSD" |
3 | LICENSE = "PSF" | 3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=0051a0dc811ee3fdb17a2fd0be44f3ad" |
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c557c64905dac5b725980b9505bf8d7b" | ||
5 | SRCNAME = "pyserial" | ||
6 | |||
7 | SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
8 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
9 | 4 | ||
10 | # FIXME might stop packaging serialwin32 and serialjava files | 5 | # FIXME might stop packaging serialwin32 and serialjava files |
11 | 6 | ||
@@ -15,5 +10,7 @@ RDEPENDS_${PN} = "\ | |||
15 | ${PYTHON_PN}-stringold \ | 10 | ${PYTHON_PN}-stringold \ |
16 | " | 11 | " |
17 | 12 | ||
18 | SRC_URI[md5sum] = "794506184df83ef2290de0d18803dd11" | 13 | SRC_URI[md5sum] = "c8521e49f8852196aac39431e0901703" |
19 | SRC_URI[sha256sum] = "3542ec0838793e61d6224e27ff05e8ce4ba5a5c5cc4ec5c6a3e8d49247985477" | 14 | SRC_URI[sha256sum] = "969cb6405d1d87f8960cf9c10f597ae58f85da2fb9769dba96f4aeeaade54656" |
15 | |||
16 | inherit pypi | ||
diff --git a/meta-python/recipes-devtools/python/python-pyserial_2.7.bb b/meta-python/recipes-devtools/python/python-pyserial_3.0.1.bb index ad2b350b0..ad2b350b0 100644 --- a/meta-python/recipes-devtools/python/python-pyserial_2.7.bb +++ b/meta-python/recipes-devtools/python/python-pyserial_3.0.1.bb | |||
diff --git a/meta-python/recipes-devtools/python/python3-pyserial_2.7.bb b/meta-python/recipes-devtools/python/python3-pyserial_3.0.1.bb index 17ed3f8bc..17ed3f8bc 100644 --- a/meta-python/recipes-devtools/python/python3-pyserial_2.7.bb +++ b/meta-python/recipes-devtools/python/python3-pyserial_3.0.1.bb | |||