summaryrefslogtreecommitdiffstats
path: root/meta-agl/recipes-navi-lbs
diff options
context:
space:
mode:
authorManuel Bachmann <mbc@iot.bzh>2015-11-13 10:43:14 +0000
committerTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2015-11-16 22:01:48 +0900
commit6e653d3023cc06ced81e891499f211bfe08a9d40 (patch)
treef008eb310f4a6ab5a1cd80cdc76028c12a110e4b /meta-agl/recipes-navi-lbs
parentb9def0a12bd95a62dffed4536deb0d9c7ee5d7da (diff)
AMB (automotive-message-broker): fix GPSd dependency
We now allow gpsd to build with bluez5 (backport from OE) : http://lists.openembedded.org/pipermail/openembedded-devel /2015-November/104602.html which allows us to re-enable gpsd in AMB. Plus, we also explicitly build the GPSd plugin. Change-Id: I21fff0d010ca849a0ff4bd940437bddabae2d218 Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
Diffstat (limited to 'meta-agl/recipes-navi-lbs')
-rw-r--r--meta-agl/recipes-navi-lbs/gpsd/gpsd_%.bbappend4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-agl/recipes-navi-lbs/gpsd/gpsd_%.bbappend b/meta-agl/recipes-navi-lbs/gpsd/gpsd_%.bbappend
new file mode 100644
index 000000000..2e97174f3
--- /dev/null
+++ b/meta-agl/recipes-navi-lbs/gpsd/gpsd_%.bbappend
@@ -0,0 +1,4 @@
+# If Bluetooth is asked in DISTRO_FEATURES, verify if Bluez 5 is also
+# explicitly specified. If it is not, fall back to BlueZ 4
+BLUEZ_CONFIG = "bluez='true',bluez='false',${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', bb.utils.contains('DISTRO_FEATURES', 'bluez5', 'bluez5', 'bluez4', d), '', d)}"
+PACKAGECONFIG[bluez] := "${BLUEZ_CONFIG}"