From 9b5d457c60cb23a0ff31b30a382618f54d26fdff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Sun, 3 Jul 2016 21:34:00 +0100 Subject: Split bluetooth and audio-server (pulseaudio) in different strata Change-Id: I5bd5d79581ed59833002f27f10b596202d8d06bb --- strata/bluetooth.morph | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 strata/bluetooth.morph (limited to 'strata/bluetooth.morph') diff --git a/strata/bluetooth.morph b/strata/bluetooth.morph new file mode 100644 index 00000000..70afb597 --- /dev/null +++ b/strata/bluetooth.morph @@ -0,0 +1,39 @@ +name: bluetooth +kind: stratum +description: Components required for bluetooth. +build-depends: +- morph: strata/glib-common.morph +- morph: strata/foundation.morph +chunks: +- name: libical + morph: strata/bluetooth/libical.morph + repo: upstream:libical-git + ref: 6c4af23b0a95fd105f38e879908cbc80390f3716 + unpetrify-ref: v2.0.0 +- name: bluez + morph: strata/bluetooth/bluez.morph + repo: upstream:bluez + ref: 5eb47745978925e451523c8e8cb2ad6a53ed3863 + unpetrify-ref: baserock/5.37+service-api + build-depends: + - libical +- name: dbus-glib + repo: upstream:dbus-glib + ref: 397e8297d433547c9bf4150ddd2b9e0b4c39628c + unpetrify-ref: dbus-glib_0.102 + build-system: autotools +- name: bluez-tools + morph: strata/bluetooth/bluez-tools.morph + repo: upstream:bluez-tools + ref: 7350787e96a6ecf2cc5d4afddb3321ccad9fa461 + unpetrify-ref: baserock/morph + build-depends: + - dbus-glib +- name: obexd + repo: upstream:obexd + ref: 4225280022c206762c91beee47c62d05e1baeacc + unpetrify-ref: baserock/morph + build-system: autotools + build-depends: + - bluez + - libical -- cgit v1.2.1