summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb b/meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb
index 6ae2f3097..f444ffce1 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
34export STAGING_INCDIR 34export STAGING_INCDIR
35export STAGING_LIBDIR 35export STAGING_LIBDIR
36 36
37PACKAGECONFIG ??= "qt ${@base_contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)}" 37PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)}"
38PACKAGECONFIG[bluez] = "bluez='true',bluez='false',${BLUEZ}" 38PACKAGECONFIG[bluez] = "bluez='true',bluez='false',${BLUEZ}"
39PACKAGECONFIG[qt] = "qt='yes',qt='no',qt4-x11-free" 39PACKAGECONFIG[qt] = "qt='yes',qt='no',qt4-x11-free"
40EXTRA_OESCONS = " \ 40EXTRA_OESCONS = " \