summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2016-03-09 18:37:51 +0000
committerBaserock Gerrit <gerrit@baserock.org>2016-03-12 16:46:09 +0000
commitf913c9cceb1e4e4377e45c0514cd1d472bd60995 (patch)
tree92b5eae789baca67a9966ba6dbdc01da3c49f0ec
parentfdb8ee8bca04ca04b57433af6a445ea8d304257b (diff)
downloaddefinitions-f913c9cceb1e4e4377e45c0514cd1d472bd60995.tar.gz
Upgrade bluez to 5.37 including GENIVI service plugin
Service API patches come from: - https://github.com/Vudentz/BlueZ/tree/service_api Also remove not used configure options, this warning was showing up in the build log: configure: WARNING: unrecognized options: --enable-alsa, --with-telephony The dependency on alsa-lib is also not needed. Change-Id: Ia53daaad69d9b20450d8881cbe3ca3fc6c5663bb
-rw-r--r--strata/audio-bluetooth.morph5
-rw-r--r--strata/audio-bluetooth/bluez.morph10
2 files changed, 10 insertions, 5 deletions
diff --git a/strata/audio-bluetooth.morph b/strata/audio-bluetooth.morph
index 6bd8ce66..5c1ae7a7 100644
--- a/strata/audio-bluetooth.morph
+++ b/strata/audio-bluetooth.morph
@@ -34,11 +34,10 @@ chunks:
- name: bluez
morph: strata/audio-bluetooth/bluez.morph
repo: upstream:bluez
- ref: a18201b5321e8b41d2ee7c7bc7285d976fc433e6
- unpetrify-ref: baserock/v5.17-patched
+ ref: 5eb47745978925e451523c8e8cb2ad6a53ed3863
+ unpetrify-ref: baserock/5.37+service-api
build-depends:
- libical
- - alsa-lib
- name: dbus-glib
repo: upstream:dbus-glib
ref: 397e8297d433547c9bf4150ddd2b9e0b4c39628c
diff --git a/strata/audio-bluetooth/bluez.morph b/strata/audio-bluetooth/bluez.morph
index f27fcf1c..e7208da7 100644
--- a/strata/audio-bluetooth/bluez.morph
+++ b/strata/audio-bluetooth/bluez.morph
@@ -4,8 +4,14 @@ description: Bluetooth protocol stack for Linux
build-system: autotools
configure-commands:
- autoreconf -ivf
-- ./configure --prefix="$PREFIX" --enable-tools --enable-test --enable-alsa --enable-library
- --with-telephony=ofono --sysconfdir=/etc --localstatedir=/var --libexecdir=/lib
+- ./configure --prefix="$PREFIX"
+ --enable-tools
+ --enable-service
+ --enable-test
+ --enable-library
+ --sysconfdir=/etc
+ --localstatedir=/var
+ --libexecdir=/lib
install-commands:
- make DESTDIR="$DESTDIR" install
- mkdir -p "$DESTDIR/etc/systemd/system/bluetooth.target.wants"