diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2023-02-23 14:45:29 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-02-24 08:45:44 -0800 |
commit | 285b7cd79fda2967613c14141f99aa8ef6f99c8d (patch) | |
tree | a4fe7e4b28909b84e2726f99410ed71c3e5cfddb /meta-networking/recipes-daemons | |
parent | 80fbf964e1ee02e117b2756831e66e4170d75ced (diff) | |
download | meta-openembedded-285b7cd79fda2967613c14141f99aa8ef6f99c8d.tar.gz |
.patch: fix Upstream-Status formatting issues reported by patchreview tool from oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-daemons')
-rw-r--r-- | meta-networking/recipes-daemons/tftp-hpa/files/fix-writing-emtpy-file.patch | 2 | ||||
-rw-r--r-- | meta-networking/recipes-daemons/tftp-hpa/files/tftp-hpa-bug-fix-on-separated-CR-and-LF.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-daemons/tftp-hpa/files/fix-writing-emtpy-file.patch b/meta-networking/recipes-daemons/tftp-hpa/files/fix-writing-emtpy-file.patch index 452aa05f81..4f3dcd7767 100644 --- a/meta-networking/recipes-daemons/tftp-hpa/files/fix-writing-emtpy-file.patch +++ b/meta-networking/recipes-daemons/tftp-hpa/files/fix-writing-emtpy-file.patch | |||
@@ -1,6 +1,6 @@ | |||
1 | [PATCH] fix the empty file writting | 1 | [PATCH] fix the empty file writting |
2 | 2 | ||
3 | Upstream-Status: pending | 3 | Upstream-Status: Pending |
4 | 4 | ||
5 | With the feature that checking the disk filled up, the return | 5 | With the feature that checking the disk filled up, the return |
6 | value of function write_behind was checked and used to detect | 6 | value of function write_behind was checked and used to detect |
diff --git a/meta-networking/recipes-daemons/tftp-hpa/files/tftp-hpa-bug-fix-on-separated-CR-and-LF.patch b/meta-networking/recipes-daemons/tftp-hpa/files/tftp-hpa-bug-fix-on-separated-CR-and-LF.patch index 3e220ec385..e994f28402 100644 --- a/meta-networking/recipes-daemons/tftp-hpa/files/tftp-hpa-bug-fix-on-separated-CR-and-LF.patch +++ b/meta-networking/recipes-daemons/tftp-hpa/files/tftp-hpa-bug-fix-on-separated-CR-and-LF.patch | |||
@@ -7,7 +7,7 @@ In ascii mode, if the CR and LF was separated into different transfer | |||
7 | blocks, LF will be just dropped instead of replacing the previous CR. | 7 | blocks, LF will be just dropped instead of replacing the previous CR. |
8 | Add a checking on the first character to fix it. | 8 | Add a checking on the first character to fix it. |
9 | 9 | ||
10 | Upstream-Status: pending | 10 | Upstream-Status: Pending |
11 | 11 | ||
12 | Signed-off-by: Zhang Xiao <xiao.zhang@windriver.com> | 12 | Signed-off-by: Zhang Xiao <xiao.zhang@windriver.com> |
13 | --- | 13 | --- |