summaryrefslogtreecommitdiff
path: root/strata/bluetooth.morph
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-07-03 21:34:00 +0100
committerJavier Jardón <jjardon@gnome.org>2016-07-19 15:02:54 +0100
commit9b5d457c60cb23a0ff31b30a382618f54d26fdff (patch)
treeed1b99b5d23dac902213f82b1ed93032850977ab /strata/bluetooth.morph
parent4ba91e4ea8fa995de0cbf876bdec382da6610c9e (diff)
downloaddefinitions-9b5d457c60cb23a0ff31b30a382618f54d26fdff.tar.gz
Split bluetooth and audio-server (pulseaudio) in different stratareview/javier_jardón/split_bluez_audio
Change-Id: I5bd5d79581ed59833002f27f10b596202d8d06bb
Diffstat (limited to 'strata/bluetooth.morph')
-rw-r--r--strata/bluetooth.morph39
1 files changed, 39 insertions, 0 deletions
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