diff options
Diffstat (limited to 'recipes-qt/qt5/qtconnectivity_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtconnectivity_git.bb | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/recipes-qt/qt5/qtconnectivity_git.bb b/recipes-qt/qt5/qtconnectivity_git.bb index 67f882ad..de7764d8 100644 --- a/recipes-qt/qt5/qtconnectivity_git.bb +++ b/recipes-qt/qt5/qtconnectivity_git.bb | |||
@@ -19,13 +19,8 @@ DEPENDS += "qtbase qtdeclarative" | |||
19 | inherit bluetooth | 19 | inherit bluetooth |
20 | 20 | ||
21 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)}" | 21 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)}" |
22 | PACKAGECONFIG[bluez] = "CONFIG+=OE_BLUEZ_ENABLED,,${BLUEZ}" | 22 | PACKAGECONFIG[bluez] = "-feature-bluez,-no-feature-bluez,${BLUEZ}" |
23 | 23 | ||
24 | EXTRA_QMAKEVARS_PRE += "${PACKAGECONFIG_CONFARGS}" | 24 | EXTRA_QMAKEVARS_CONFIGURE += "${PACKAGECONFIG_CONFARGS}" |
25 | 25 | ||
26 | do_configure_prepend() { | 26 | SRCREV = "1afb57ed92a25bbc000ea4c4d7662cb8b9e267ee" |
27 | # disable bluez test if it isn't enabled by PACKAGECONFIG | ||
28 | sed -i 's/^qtCompileTest(bluez)/OE_BLUEZ_ENABLED:qtCompileTest(bluez)/g' ${S}/qtconnectivity.pro | ||
29 | } | ||
30 | |||
31 | SRCREV = "8755a1f2460fa523782e27b6ca7a430a0176ac61" | ||