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. --- wayland-x86_64-generic.morph | 80 +++++++++++++++++--------------------------- 1 file changed, 30 insertions(+), 50 deletions(-) (limited to 'wayland-x86_64-generic.morph') diff --git a/wayland-x86_64-generic.morph b/wayland-x86_64-generic.morph index 95b3379d..0de02ad4 100644 --- a/wayland-x86_64-generic.morph +++ b/wayland-x86_64-generic.morph @@ -1,50 +1,30 @@ -{ - "name": "wayland-x86_64-generic", - "kind": "stratum", - "build-depends": [ - { - "morph": "core", - "repo": "baserock:baserock/morphs", - "ref": "master" - }, - { - "morph": "foundation", - "repo": "baserock:baserock/morphs", - "ref": "master" - }, - { - "morph": "genivi-foundation", - "repo": "baserock:baserock/morphs", - "ref": "master" - }, - { - "morph": "x-common", - "repo": "baserock:baserock/morphs", - "ref": "master" - } - ], - "chunks": [ - { - "name": "libxkbcommon", - "repo": "upstream:xorg-lib-libxkbcommon", - "ref": "baserock/morph", - "build-depends": [] - }, - { - "name": "wayland", - "repo": "upstream:wayland", - "ref": "baserock/genivi/wayland", - "build-depends": [ - "libxkbcommon" - ] - }, - { - "name": "mesa-wayland", - "repo": "upstream:mesa", - "ref": "baserock/genivi/morph", - "build-depends": [ - "wayland" - ] - } - ] -} +name: wayland-x86_64-generic +kind: stratum +build-depends: +- morph: core + repo: baserock:baserock/morphs + ref: master +- morph: foundation + repo: baserock:baserock/morphs + ref: master +- morph: genivi-foundation + repo: baserock:baserock/morphs + ref: master +- morph: x-common + repo: baserock:baserock/morphs + ref: master +chunks: +- name: libxkbcommon + repo: upstream:xorg-lib-libxkbcommon + ref: baserock/morph + build-depends: [] +- name: wayland + repo: upstream:wayland + ref: baserock/genivi/wayland + build-depends: + - libxkbcommon +- name: mesa-wayland + repo: upstream:mesa + ref: baserock/genivi/morph + build-depends: + - wayland -- cgit v1.2.1