summaryrefslogtreecommitdiffstats
path: root/meta-oe/classes/dos2unix.bbclass
Commit message (Collapse)AuthorAgeFilesLines
* dos2unix: Remove after move to coreKhem Raj2018-08-211-14/+0
| | | | | | Its in OE-Core now Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dos2unix.bbclass: add recipeMing Liu2017-06-141-0/+14
Class for use to convert all CRLF line terminators to LF provided that some projects are being developed/maintained on Windows so they have different line terminators(CRLF) vs on Linux(LF), which can cause annoying patching errors during git push/checkout processes. Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>