summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtserialport.inc
diff options
context:
space:
mode:
authorJonathan Liu <net147@gmail.com>2015-03-10 17:37:12 +1100
committerMartin Jansa <Martin.Jansa@gmail.com>2015-03-10 14:43:15 +0100
commit1fd5df421ea30ac7f2bd994f58956ce46e90fcec (patch)
tree5b827e58aa4124b32b7dbf57b51619ac78589709 /recipes-qt/qt5/qtserialport.inc
parent5d9286ab811d6382b7f4c48aff6079ed580218d4 (diff)
downloadmeta-qt5-1fd5df421ea30ac7f2bd994f58956ce46e90fcec.tar.gz
qtserialport: backport patch to silence Valgrind warning
Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtserialport.inc')
-rw-r--r--recipes-qt/qt5/qtserialport.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtserialport.inc b/recipes-qt/qt5/qtserialport.inc
index 8bb168e2..c9877c67 100644
--- a/recipes-qt/qt5/qtserialport.inc
+++ b/recipes-qt/qt5/qtserialport.inc
@@ -1,5 +1,9 @@
1require qt5.inc 1require qt5.inc
2 2
3SRC_URI += " \
4 file://0001-Unix-Clear-serial_struct-instances.patch \
5"
6
3DEPENDS += "qtbase" 7DEPENDS += "qtbase"
4 8
5# text of LGPL_EXCEPTION.txt and LICENSE.FDL is slightly different than what 9# text of LGPL_EXCEPTION.txt and LICENSE.FDL is slightly different than what