The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / qextserialport / 0002-main-include.patch
1 Create a main include file QExtSerialPort
2
3 This main include file will be installed in
4 <QExtSerialPort/QExtSerialPort> so that Qt applications can use this
5 library by including header files in a Qt-like style.
6
7 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8
9 Index: qextserialport-ef4af2a2ee3f/src/QExtSerialPort
10 ===================================================================
11 --- /dev/null
12 +++ qextserialport-ef4af2a2ee3f/src/QExtSerialPort
13 @@ -0,0 +1,2 @@
14 +#include "qextserialport.h"
15 +#include "qextserialenumerator.h"