summaryrefslogtreecommitdiff
path: root/connectivity.morph
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2014-02-17 16:59:56 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2014-02-17 17:36:06 +0000
commit2820220193a4ba871d25b210448a4117c0854637 (patch)
tree583745f7656549f37334dad3c1bfa9cb0a65d9eb /connectivity.morph
parent8c9026173ac79ddd47b80d9eefde1902f177d50f (diff)
downloaddefinitions-2820220193a4ba871d25b210448a4117c0854637.tar.gz
Re-order system and stratum morphology fields.
This is the new canonical ordering.
Diffstat (limited to 'connectivity.morph')
-rw-r--r--connectivity.morph30
1 files changed, 15 insertions, 15 deletions
diff --git a/connectivity.morph b/connectivity.morph
index 4aae3319..74972074 100644
--- a/connectivity.morph
+++ b/connectivity.morph
@@ -1,23 +1,23 @@
+name: connectivity
+kind: stratum
build-depends:
- morph: genivi-foundation
chunks:
-- build-depends: []
- name: libnl
- ref: baserock/morph
+- name: libnl
repo: upstream:libnl
-- build-depends:
- - libnl
- name: wpa_supplicant
- ref: baserock/genivi/morph
- repo: upstream:hostap
-- build-depends: []
- name: iptables
ref: baserock/morph
+ build-depends: []
+- name: wpa_supplicant
+ repo: upstream:hostap
+ ref: baserock/genivi/morph
+ build-depends:
+ - libnl
+- name: iptables
repo: upstream:iptables
-- build-depends:
- - iptables
- name: connman
ref: baserock/morph
+ build-depends: []
+- name: connman
repo: upstream:connman
-kind: stratum
-name: connectivity
+ ref: baserock/morph
+ build-depends:
+ - iptables