aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb
diff options
context:
space:
mode:
authorZhang Xiao <xiao.zhang@windriver.com>2014-06-11 14:53:37 +0800
committerJoe MacDonald <joe_macdonald@mentor.com>2014-06-15 23:21:56 -0400
commitd42a2e16056777615e6bcc126cdb92db3b4f9cdf (patch)
treef8b6d9ede1441e1935e39f44b4167237e657e576 /meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb
parentf135f64596d45cbb5f6f722fd6ae4435137ef3a2 (diff)
downloadmeta-openembedded-contrib-d42a2e16056777615e6bcc126cdb92db3b4f9cdf.tar.gz
tftp-hpa: bug fix on separated CR and LF
In ascii mode, if the CR and LF was separated into different transfer blocks, This LF will be just dropped instead of replacing the previous CR. Add a checking on the first character to fix it. Signed-off-by: Zhang Xiao <xiao.zhang@windriver.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb')
-rw-r--r--meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb b/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb
index 5baa61b354..366a4e9d40 100644
--- a/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb
+++ b/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb
@@ -24,6 +24,7 @@ SRC_URI = "http://kernel.org/pub/software/network/tftp/tftp-hpa/tftp-hpa-${PV}.t
file://default \
file://init \
file://add-error-check-for-disk-filled-up.patch \
+ file://tftp-hpa-bug-fix-on-separated-CR-and-LF.patch \
"
SRC_URI[md5sum] = "46c9bd20bbffa62f79c958c7b99aac21"