summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorChristopher Larson <chris_larson@mentor.com>2015-12-09 10:41:20 -0700
committerArmin Kuster <akuster808@gmail.com>2015-12-20 14:25:24 -0800
commit6cc7fbfc3b68e39aab34c1599c2dce9e1ee49e08 (patch)
tree1e1ea20412beef427cfd10f9087efcef61fa44af /meta-oe
parent0afe8af234e791235236feb0d8c59a748c47a190 (diff)
downloadmeta-openembedded-6cc7fbfc3b68e39aab34c1599c2dce9e1ee49e08.tar.gz
gpsd: also support bluez5
gpsd uses libbluetooth, not the dbus interface, so it can work with bluez5 as well, as the library is compatible. Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb b/meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb
index dae39c24b..6ae2f3097 100644
--- a/meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb
+++ b/meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb
@@ -34,8 +34,8 @@ 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 ??= "qt ${@base_contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)}"
38PACKAGECONFIG[bluez4] = "bluez='true',bluez='false',bluez4" 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 = " \
41 sysroot=${STAGING_DIR_TARGET} \ 41 sysroot=${STAGING_DIR_TARGET} \