From 2fe11200fb1976528864a3022fd6dece72709db0 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 7 Jan 2016 16:48:25 +0100 Subject: [PATCH] gspd: disable qt4 support by default * now with qt4 moved to separate meta-qt4 we shouldn't enable it by default Signed-off-by: Martin Jansa --- meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb b/meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb index 6ae2f3097b..f444ffce1f 100644 --- a/meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb +++ b/meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb @@ -34,7 +34,7 @@ SYSTEMD_OESCONS = "${@base_contains('DISTRO_FEATURES', 'systemd', 'true', 'false export STAGING_INCDIR export STAGING_LIBDIR -PACKAGECONFIG ??= "qt ${@base_contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)}" +PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)}" PACKAGECONFIG[bluez] = "bluez='true',bluez='false',${BLUEZ}" PACKAGECONFIG[qt] = "qt='yes',qt='no',qt4-x11-free" EXTRA_OESCONS = " \