aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtconnectivity_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-12-06 11:54:32 -0800
committerMartin Jansa <Martin.Jansa@gmail.com>2018-12-20 00:55:36 +0000
commitf2d7b948c11e7dc3e4ea58b4dd5b0b2ebdbe13d0 (patch)
treed155eb7b6995f3f5335c73a08a7edc1c461cc428 /recipes-qt/qt5/qtconnectivity_git.bb
parentb8fade938e684a5dda8c978689e914c5d11baf2e (diff)
qtconnectivity: Ignore -Waddress-of-temporary when using clang
Helps in making bluez detection succeed Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtconnectivity_git.bb')
-rw-r--r--recipes-qt/qt5/qtconnectivity_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtconnectivity_git.bb b/recipes-qt/qt5/qtconnectivity_git.bb
index da0b9259..0e13bfd5 100644
--- a/recipes-qt/qt5/qtconnectivity_git.bb
+++ b/recipes-qt/qt5/qtconnectivity_git.bb
@@ -20,3 +20,5 @@ PACKAGECONFIG[bluez] = "-feature-bluez,-no-feature-bluez,${BLUEZ}"
EXTRA_QMAKEVARS_CONFIGURE += "${PACKAGECONFIG_CONFARGS}"
SRCREV = "d1cf8dad0e6d8d08b5c6f2f08d85a0e75b0bcf8a"
+
+SRC_URI += "file://0001-Ignore-clang-warning-about-address-of-temp-in-config.patch"