diff options
| author | Dominic Sacré <dominic.sacre@gmx.de> | 2015-08-24 17:27:52 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-08-31 19:17:07 +0200 |
| commit | a7c72d7d7c3948081800ee118e5cd7ee2a146237 (patch) | |
| tree | a892eafbc612e55b41ab68f57f901e81a6ca7ab4 /meta-python/recipes-devtools/python/python-pyserial_2.4.bb | |
| parent | de1b620340e24ce0133deb9e24ff4707c6a1a354 (diff) | |
| download | meta-openembedded-a7c72d7d7c3948081800ee118e5cd7ee2a146237.tar.gz | |
python-pyserial: Upgrade 2.4 -> 2.7
The md5 checksum of LICENSE.txt changed due to updated copyright dates.
Signed-off-by: Dominic Sacré <dominic.sacre@gmx.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pyserial_2.4.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-pyserial_2.4.bb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyserial_2.4.bb b/meta-python/recipes-devtools/python/python-pyserial_2.4.bb deleted file mode 100644 index 2263b2ccc0..0000000000 --- a/meta-python/recipes-devtools/python/python-pyserial_2.4.bb +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | SUMMARY = "Serial Port Support for Python" | ||
| 2 | SECTION = "devel/python" | ||
| 3 | LICENSE = "PSF" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7424386ffe323e815ee62ee9ad591dd8" | ||
| 5 | SRCNAME = "pyserial" | ||
| 6 | PR = "ml4" | ||
| 7 | |||
| 8 | SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 9 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 10 | |||
| 11 | inherit setuptools | ||
| 12 | |||
| 13 | # FIXME might stop packaging serialwin32 and serialjava files | ||
| 14 | |||
| 15 | RDEPENDS_${PN} = "\ | ||
| 16 | python-fcntl \ | ||
| 17 | python-io \ | ||
| 18 | python-stringold \ | ||
| 19 | " | ||
| 20 | |||
| 21 | SRC_URI[md5sum] = "eec19df59fd75ba5a136992897f8e468" | ||
| 22 | SRC_URI[sha256sum] = "6b6a9e3d2fd5978c92c843e0109918a4bcac481eecae316254481c0e0f7e73c8" | ||
