From 7c1f0f5091bc03da27af6a14fc209b0d707833a3 Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Sun, 7 Jul 2013 15:01:18 +1000 Subject: doc update: add note about patch line endings and .gitattributes --- index.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/index.html b/index.html index 299593c..52299a6 100644 --- a/index.html +++ b/index.html @@ -2528,6 +2528,14 @@ endef

+ When patching sources with crlf line endings, the patch + file itself should also have the same eol style. Use the + convention of naming the file as *crlf.patch + to instruct git not to normalise the line endings (defined + in .gitattributes). +

+ +

Finally, in your $(PKG)_BUILD section, please check that you use our portability variables:

-- cgit v0.12