diff options
author | Jonathan Liu <net147@gmail.com> | 2015-03-10 17:37:12 +1100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-03-10 14:43:15 +0100 |
commit | 1fd5df421ea30ac7f2bd994f58956ce46e90fcec (patch) | |
tree | 5b827e58aa4124b32b7dbf57b51619ac78589709 /recipes-qt/qt5/qtserialport.inc | |
parent | 5d9286ab811d6382b7f4c48aff6079ed580218d4 (diff) | |
download | meta-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.inc | 4 |
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 @@ | |||
1 | require qt5.inc | 1 | require qt5.inc |
2 | 2 | ||
3 | SRC_URI += " \ | ||
4 | file://0001-Unix-Clear-serial_struct-instances.patch \ | ||
5 | " | ||
6 | |||
3 | DEPENDS += "qtbase" | 7 | DEPENDS += "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 |