diff options
| author | John Klug <john.klug@multitech.com> | 2019-07-25 11:19:01 -0500 |
|---|---|---|
| committer | Serhii Kostiuk <serhii.o.kostiuk@globallogic.com> | 2020-05-20 13:44:06 +0300 |
| commit | 1e7f8ce4ab7dbfe8160f2ef54fe830334e79c6b7 (patch) | |
| tree | 9285726acea6b714cc1ac938181d6e3555003d69 /recipes-devtools/python/python-pyserial_3.4.bb | |
| parent | 09deeb2471d2c46f34353dc4ecc3398a7dadf83f (diff) | |
| download | meta-mlinux-atmel-1e7f8ce4ab7dbfe8160f2ef54fe830334e79c6b7.tar.gz meta-mlinux-atmel-1e7f8ce4ab7dbfe8160f2ef54fe830334e79c6b7.tar.bz2 meta-mlinux-atmel-1e7f8ce4ab7dbfe8160f2ef54fe830334e79c6b7.zip | |
Fix openembedded busybox RPC issue
Diffstat (limited to 'recipes-devtools/python/python-pyserial_3.4.bb')
| -rw-r--r-- | recipes-devtools/python/python-pyserial_3.4.bb | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/recipes-devtools/python/python-pyserial_3.4.bb b/recipes-devtools/python/python-pyserial_3.4.bb deleted file mode 100644 index 2c81416..0000000 --- a/recipes-devtools/python/python-pyserial_3.4.bb +++ /dev/null @@ -1,23 +0,0 @@ -SUMMARY = "Serial Port Support for Python" -SECTION = "devel/python" -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d476d94926db6e0008a5b3860d1f5c0d" -SRCNAME = "pyserial" -PR = "ml5" - -SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -# FIXME might stop packaging serialwin32 and serialjava files - -RDEPENDS_${PN} = "\ - python-fcntl \ - python-io \ - python-stringold \ - python-importlib \ -" - -SRC_URI[md5sum] = "ed6183b15519a0ae96675e9c3330c69b" -SRC_URI[sha256sum] = "6e2d401fdee0eab996cf734e67773a0143b932772ca8b42451440cfed942c627" |
