summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtsystems_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/qt5/qtsystems_git.bb')
-rw-r--r--recipes-qt/qt5/qtsystems_git.bb7
1 files changed, 2 insertions, 5 deletions
diff --git a/recipes-qt/qt5/qtsystems_git.bb b/recipes-qt/qt5/qtsystems_git.bb
index 943c006c..a467f998 100644
--- a/recipes-qt/qt5/qtsystems_git.bb
+++ b/recipes-qt/qt5/qtsystems_git.bb
@@ -16,7 +16,7 @@ inherit bluetooth
16PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)}" 16PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)}"
17PACKAGECONFIG[bluez] = "CONFIG+=OE_BLUEZ_ENABLED,,${BLUEZ}" 17PACKAGECONFIG[bluez] = "CONFIG+=OE_BLUEZ_ENABLED,,${BLUEZ}"
18 18
19EXTRA_QMAKEVARS_PRE += "${EXTRA_CONF_PACKAGECONFIG}" 19EXTRA_QMAKEVARS_PRE += "${PACKAGECONFIG_CONFARGS}"
20 20
21do_configure_prepend() { 21do_configure_prepend() {
22 # disable bluez test if it isn't enabled by PACKAGECONFIG 22 # disable bluez test if it isn't enabled by PACKAGECONFIG
@@ -30,7 +30,4 @@ do_install_append() {
30 30
31QT_MODULE_BRANCH = "dev" 31QT_MODULE_BRANCH = "dev"
32 32
33# qtsystems wasn't released yet, last tag before this SRCREV is 5.0.0-beta1 33SRCREV = "236b6b544fd2049eb46e8f79d13bb7aa35ba002f"
34# qt5-git PV is only to indicate that this recipe is compatible with qt5 5.6
35
36SRCREV = "cc2077700bd5503d1fcf53aef83cbb76975e745a"