summaryrefslogtreecommitdiffstats
path: root/external/meta-qt5/recipes-qt/qt5/qtconnectivity_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'external/meta-qt5/recipes-qt/qt5/qtconnectivity_git.bb')
-rw-r--r--external/meta-qt5/recipes-qt/qt5/qtconnectivity_git.bb10
1 files changed, 4 insertions, 6 deletions
diff --git a/external/meta-qt5/recipes-qt/qt5/qtconnectivity_git.bb b/external/meta-qt5/recipes-qt/qt5/qtconnectivity_git.bb
index 0e13bfd5..5f6e461f 100644
--- a/external/meta-qt5/recipes-qt/qt5/qtconnectivity_git.bb
+++ b/external/meta-qt5/recipes-qt/qt5/qtconnectivity_git.bb
@@ -10,15 +10,13 @@ LIC_FILES_CHKSUM = " \
file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \
"
-DEPENDS += "qtbase qtdeclarative"
+SRC_URI += "file://0001-Add-missing-header-for-errno.patch"
-inherit bluetooth
+DEPENDS += "qtbase qtdeclarative"
PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)}"
-PACKAGECONFIG[bluez] = "-feature-bluez,-no-feature-bluez,${BLUEZ}"
+PACKAGECONFIG[bluez] = "-feature-bluez,-no-feature-bluez,bluez5"
EXTRA_QMAKEVARS_CONFIGURE += "${PACKAGECONFIG_CONFARGS}"
-SRCREV = "d1cf8dad0e6d8d08b5c6f2f08d85a0e75b0bcf8a"
-
-SRC_URI += "file://0001-Ignore-clang-warning-about-address-of-temp-in-config.patch"
+SRCREV = "b445ea4ff203fbcb5011adae0236dd028f11bc89"