diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-11-25 22:40:59 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-11-25 22:40:59 +0100 |
commit | 72dcc7c252e7be65ff3e66bcf5dd20b49e2de915 (patch) | |
tree | ec2df5b2cb4ff36e81c025ae35a08fe8ca4f783e /package/qextserialport/0002-Create-a-main-include-file-QExtSerialPort.patch | |
parent | d2ff457e88ff4106f97e29516d467978827d30c2 (diff) | |
download | buildroot-72dcc7c252e7be65ff3e66bcf5dd20b49e2de915.tar.gz buildroot-72dcc7c252e7be65ff3e66bcf5dd20b49e2de915.zip |
qextserialport: fix line endings in patch 0002
Fixes:
http://autobuild.buildroot.net/results/074d379e4d491dd454726bed666a7e1028333ef7/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/qextserialport/0002-Create-a-main-include-file-QExtSerialPort.patch')
-rw-r--r-- | package/qextserialport/0002-Create-a-main-include-file-QExtSerialPort.patch | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/package/qextserialport/0002-Create-a-main-include-file-QExtSerialPort.patch b/package/qextserialport/0002-Create-a-main-include-file-QExtSerialPort.patch index 1f143041ac..e1d99f0fcb 100644 --- a/package/qextserialport/0002-Create-a-main-include-file-QExtSerialPort.patch +++ b/package/qextserialport/0002-Create-a-main-include-file-QExtSerialPort.patch @@ -28,16 +28,13 @@ diff --git a/src/qextserialport.pri b/src/qextserialport.pri index 461d56f..f8a678d 100644 --- a/src/qextserialport.pri +++ b/src/qextserialport.pri -@@ -3,7 +3,8 @@ DEPENDPATH += $$PWD - - PUBLIC_HEADERS += $$PWD/qextserialport.h \ - $$PWD/qextserialenumerator.h \ -- $$PWD/qextserialport_global.h -+ $$PWD/qextserialport_global.h \ -+ $$PWD/QExtSerialPort - - HEADERS += $$PUBLIC_HEADERS \ - $$PWD/qextserialport_p.h \ --- -2.10.2 - +@@ -3,7 +3,8 @@ +
+ PUBLIC_HEADERS += $$PWD/qextserialport.h \
+ $$PWD/qextserialenumerator.h \
+- $$PWD/qextserialport_global.h
++ $$PWD/qextserialport_global.h \
++ $$PWD/QExtSerialPort
+
+ HEADERS += $$PUBLIC_HEADERS \
+ $$PWD/qextserialport_p.h \
|