diff options
author | Christopher Larson <chris_larson@mentor.com> | 2015-12-09 10:41:20 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-12-18 12:36:56 +0100 |
commit | c2069a1420fb3d199c99f8b6e778478240fa56be (patch) | |
tree | 99dd9ca293f795248521a1d5a415cf46c2139434 /meta-oe | |
parent | c29091fa51aa79356d498447737e1eab79b6c432 (diff) | |
download | meta-openembedded-c2069a1420fb3d199c99f8b6e778478240fa56be.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>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb | 4 |
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 dae39c24b8..6ae2f3097b 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 | |||
34 | export STAGING_INCDIR | 34 | export STAGING_INCDIR |
35 | export STAGING_LIBDIR | 35 | export STAGING_LIBDIR |
36 | 36 | ||
37 | PACKAGECONFIG ??= "qt ${@base_contains('DISTRO_FEATURES', 'bluetooth', '${BLUEZ}', '', d)}" | 37 | PACKAGECONFIG ??= "qt ${@base_contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)}" |
38 | PACKAGECONFIG[bluez4] = "bluez='true',bluez='false',bluez4" | 38 | PACKAGECONFIG[bluez] = "bluez='true',bluez='false',${BLUEZ}" |
39 | PACKAGECONFIG[qt] = "qt='yes',qt='no',qt4-x11-free" | 39 | PACKAGECONFIG[qt] = "qt='yes',qt='no',qt4-x11-free" |
40 | EXTRA_OESCONS = " \ | 40 | EXTRA_OESCONS = " \ |
41 | sysroot=${STAGING_DIR_TARGET} \ | 41 | sysroot=${STAGING_DIR_TARGET} \ |