From 1ec02fcd9546769bf120e35416950080c2d6f490 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Tue, 2 Jul 2013 09:49:07 +0000 Subject: Replace JSON morphologies with YAML. --- genivi-foundation.morph | 60 +++++++++++++++++++------------------------------ 1 file changed, 23 insertions(+), 37 deletions(-) (limited to 'genivi-foundation.morph') diff --git a/genivi-foundation.morph b/genivi-foundation.morph index 51fccc0..22b01bd 100644 --- a/genivi-foundation.morph +++ b/genivi-foundation.morph @@ -1,37 +1,23 @@ -{ - "name": "genivi-foundation", - "description": "Basic components needed by the GENIVI baseline.", - "kind": "stratum", - "build-depends": [ - { - "morph": "core", - "repo": "baserock:baserock/morphs", - "ref": "master" - }, - { - "morph": "foundation", - "repo": "baserock:baserock/morphs", - "ref": "master" - } - ], - "chunks": [ - { - "name": "dbus-glib", - "repo": "upstream:dbus-glib", - "ref": "baserock/morph", - "build-depends": [] - }, - { - "name": "fuse", - "repo": "upstream:fuse", - "ref": "baserock/genivi/morph", - "build-depends": [] - }, - { - "name": "linuxquota", - "repo": "upstream:linuxquota", - "ref": "baserock/genivi/morph", - "build-depends": [] - } - ] -} +name: genivi-foundation +description: Basic components needed by the GENIVI baseline. +kind: stratum +build-depends: +- morph: core + repo: baserock:baserock/morphs + ref: master +- morph: foundation + repo: baserock:baserock/morphs + ref: master +chunks: +- name: dbus-glib + repo: upstream:dbus-glib + ref: baserock/morph + build-depends: [] +- name: fuse + repo: upstream:fuse + ref: baserock/genivi/morph + build-depends: [] +- name: linuxquota + repo: upstream:linuxquota + ref: baserock/genivi/morph + build-depends: [] -- cgit v1.2.1