Skip to content

Commit 7128ef0

Browse files
liuyd96kraj
authored andcommitted
python3-xmodem: upgrade 0.4.7 -> 0.5.0
bugfix: retry_limit was never actually triggered during the data transfer phase because errors never accumulated, and enhancement: replace 3x getc() calls with a single recv() call, reducing timing and failed packets when using fast serial lines without flow control. Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
1 parent 2cddeb9 commit 7128ef0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

meta-python/recipes-devtools/python/python3-xmodem_0.4.7.bb renamed to meta-python/recipes-devtools/python/python3-xmodem_0.5.0.bb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ DESCRIPTION = "XMODEM protocol implementation"
33
LICENSE = "MIT"
44
LIC_FILES_CHKSUM = "file://LICENSE;md5=90bc9522130d68de0dcbf33707bbf124"
55

6-
SRC_URI[sha256sum] = "2f1068aa8676f0d1d112498b5786c4f8ea4f89d8f25d07d3a0f293cd21db1c35"
6+
SRC_URI[sha256sum] = "a1a818f31c29412f1cab0cd69deccd7be77bc1feb516723af990d00161f6fb6a"
77

8-
inherit pypi setuptools3
8+
inherit pypi python_setuptools_build_meta
99

1010
do_install:append() {
1111
install -d ${D}${docdir}/${PN}

0 commit comments

Comments
 (0)