summaryrefslogtreecommitdiff
path: root/strata/bluetooth.morph
blob: c559f8f0e1472af1d6c76d4265cba655978da874 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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: 193ad6bb3db7ed2ba6b93c1ab4e1e592985e5b90
  unpetrify-ref: master
  build-system: autotools
- name: obexd
  repo: upstream:obexd
  ref: 4225280022c206762c91beee47c62d05e1baeacc
  unpetrify-ref: baserock/morph
  build-system: autotools
  build-depends:
  - bluez
  - libical