diff options
Diffstat (limited to 'package/qextserialport/qextserialport-no-examples.patch')
-rw-r--r-- | package/qextserialport/qextserialport-no-examples.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/package/qextserialport/qextserialport-no-examples.patch b/package/qextserialport/qextserialport-no-examples.patch new file mode 100644 index 000000000..c7d2d41b9 --- /dev/null +++ b/package/qextserialport/qextserialport-no-examples.patch @@ -0,0 +1,17 @@ +Disable compilation of examples + +Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> + +Index: qextserialport-ef4af2a2ee3f/qextserialport.pro +=================================================================== +--- qextserialport-ef4af2a2ee3f.orig/qextserialport.pro ++++ qextserialport-ef4af2a2ee3f/qextserialport.pro +@@ -1,7 +1,4 @@ + # + TEMPLATE = subdirs + CONFIG += ordered +-SUBDIRS = src \ +- examples/enumerator \ +- examples/event +- ++SUBDIRS = src |