mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 00:50:00 +00:00
linux-serial-test: add patch to fix returned error code
After commit 392f0f0ea7 ("linux-serial-test: Bump SRCREV to allow CMake 4+ compatibility"),
the behavior of linux-serial-test changed: it now returns 125 instead of 0
when the number of read characters differs from the written ones.
This patch fixes that regression.
Signed-off-by: Emanuele Ghidoli <emanuele.ghidoli@toradex.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
37a17c25cc
commit
ae7092375a
@@ -3,7 +3,9 @@ HOMEPAGE = "https://github.com/cbrake/linux-serial-test"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSES/MIT;md5=544799d0b492f119fa04641d1b8868ed"
|
||||
|
||||
SRC_URI = "git://github.com/cbrake/linux-serial-test.git;protocol=https;branch=master"
|
||||
SRC_URI = "git://github.com/cbrake/linux-serial-test.git;protocol=https;branch=master \
|
||||
file://0001-linux-serial-test.c-fix-returned-error-code.patch \
|
||||
"
|
||||
PV = "0+git"
|
||||
SRCREV = "1a81f3c7be086ee01a9be8589a606426276c86d5"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user