diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2016-06-06 13:40:11 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2016-06-06 14:56:30 +0000 |
commit | edc68b6e0a6928311f8806adc30c7e59f2154877 (patch) | |
tree | d7b956840b19f8a886fd25d3cf4309a847300e94 | |
parent | f775774f21c3edbb73e19031d6d38c603f42f16b (diff) | |
download | meta-boot2qt-edc68b6e0a6928311f8806adc30c7e59f2154877.tar.gz |
qtconnectivity: remove incorrect PACKAGECONFIG to enable bluez support
The PACKAGECONFIG option for bluez support was changed from bluez4
to bluez and it's now used by default in meta-qt5.
Change-Id: Ia5582fc45acedd7d9be48ce49d26624ee624427b
Task-number: QTBUG-53855
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
-rw-r--r-- | recipes-qt/qt5/qtconnectivity_git.bbappend | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-qt/qt5/qtconnectivity_git.bbappend b/recipes-qt/qt5/qtconnectivity_git.bbappend index 0d15c67..018157e 100644 --- a/recipes-qt/qt5/qtconnectivity_git.bbappend +++ b/recipes-qt/qt5/qtconnectivity_git.bbappend | |||
@@ -19,6 +19,4 @@ | |||
19 | ## | 19 | ## |
20 | ############################################################################## | 20 | ############################################################################## |
21 | 21 | ||
22 | PACKAGECONFIG += "bluez4" | ||
23 | |||
24 | SRCREV = "7393531856058a8a0fe440d3a64728248958ac81" | 22 | SRCREV = "7393531856058a8a0fe440d3a64728248958ac81" |