[oe] [meta-qt5][PATCH] The same thing like with qtconnectivity_git.bb. There is missing line, which is setting the OE_BLUEZ_ENABLED. It was broken when merging .inc with _git.bb files. Without this missing line libQt5Bluetooth isn't working with bluez!

Sławomir Paszko folkus at gmail.com
Fri Oct 16 10:31:45 UTC 2015


From: folkien <folkus at gmail.com>

---
 recipes-qt/qt5/qtsystems_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-qt/qt5/qtsystems_git.bb b/recipes-qt/qt5/qtsystems_git.bb
index edc0360..95138d8 100644
--- a/recipes-qt/qt5/qtsystems_git.bb
+++ b/recipes-qt/qt5/qtsystems_git.bb
@@ -31,3 +31,4 @@ QT_MODULE_BRANCH = "dev"
 # qt5-git PV is only to indicate that this recipe is compatible with qt5 5.4
 
 SRCREV = "37b614abbfb35d06a57e5b0824249c3abd5640e3"
+EXTRA_QMAKEVARS_PRE += "${@base_contains('PACKAGECONFIG', 'bluez4', 'CONFIG+=OE_BLUEZ_ENABLED', '', d)}"
-- 
2.6.1




More information about the Openembedded-devel mailing list