mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
linux-serial-test: remove upstreamed patches and bump SRCREV
Remove patches that have been integrated upstream: - Serial setup handling respecting user intent - POSIX-compliant termios baud rate configuration - Type safety and error handling improvements $ git --no-pager log --oneline 1a81f3c7be08..e3461097252e e3461097252e Merge pull request #61 from MaxKrummenacher/master 988deaad893b Merge pull request #69 from ivitro/fix/termios-use-cfset-speed 03aae5517cda Merge pull request #68 from ivitro/fix-serial-setup-handling e124c19e97e9 Fix -Wstringop-overflow warning in process_write_data 363f569a531f Use cfsetispeed/cfsetospeed for baud configuration 9012c3366433 Fix serial setup handling to respect user intent 8a8aba302529 linux-serial-test.c: fix potential hang in while loop 8a5709984363 linux-serial-test.c: fix returned error code Signed-off-by: Vitor Soares <vitor.soares@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -3,13 +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 \
|
||||
file://0001-linux-serial-test.c-fix-returned-error-code.patch \
|
||||
file://0002-linux-serial-test.c-fix-potential-hang-in-while-loop.patch \
|
||||
file://0001-Fix-serial-setup-handling-to-respect-user-intent.patch \
|
||||
"
|
||||
SRC_URI = "git://github.com/cbrake/linux-serial-test.git;protocol=https;branch=master"
|
||||
PV = "0+git"
|
||||
SRCREV = "1a81f3c7be086ee01a9be8589a606426276c86d5"
|
||||
SRCREV = "e3461097252e51fc527839884e77449cfd976701"
|
||||
|
||||
# Upstream repo does not tag
|
||||
UPSTREAM_CHECK_COMMITS = "1"
|
||||
|
||||
Reference in New Issue
Block a user