From e6815d951e90de7349bc3cdb29102e0f0349c975 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 4 Nov 2011 17:50:13 +0000 Subject: Adapt to new morphology syntax for strata --- core.morph | 16 ++++++++-------- devel.morph | 21 ++++++++++++--------- gnome-platform.morph | 8 ++++---- linux-stratum.morph | 8 ++++---- 4 files changed, 28 insertions(+), 25 deletions(-) diff --git a/core.morph b/core.morph index c13d4899..2c0dff7c 100644 --- a/core.morph +++ b/core.morph @@ -1,18 +1,18 @@ { "name": "core", "kind": "stratum", - "sources": { - "fhs-dirs": { - "repo": "fhs-dirs", + "sources": [ + { + "name": "fhs-dirs", "ref": "master" }, - "eglibc": { - "repo": "eglibc", + { + "name": "eglibc", "ref": "baserock" }, - "busybox": { - "repo": "busybox", + { + "name": "busybox", "ref": "baserock" } - } + ] } diff --git a/devel.morph b/devel.morph index 160cb24c..bf95c115 100644 --- a/devel.morph +++ b/devel.morph @@ -1,23 +1,26 @@ { "name": "devel", "kind": "stratum", - "sources": { - "binutils": { - "repo": "binutils", + "sources": [ + { + "name": "binutils", "ref": "baserock" }, - "gcc": { - "repo": "gcc", + { + "name": "gcc", "ref": "baserock" }, - "gmp": { + { + "name": "gmp", "ref": "baserock" }, - "mpc": { + { + "name": "mpc", "ref": "baserock" }, - "mpfr": { + { + "name": "mpfr", "ref": "baserock" } - } + ] } diff --git a/gnome-platform.morph b/gnome-platform.morph index b82a2f7c..592569ac 100644 --- a/gnome-platform.morph +++ b/gnome-platform.morph @@ -1,10 +1,10 @@ { "name": "gnome-platform", "kind": "stratum", - "sources": { - "glib": { - "repo": "glib", + "sources": [ + { + "name": "glib", "ref": "baserock" } - } + ] } diff --git a/linux-stratum.morph b/linux-stratum.morph index 3a8e123c..14387daa 100644 --- a/linux-stratum.morph +++ b/linux-stratum.morph @@ -1,10 +1,10 @@ { "name": "linux-stratum", "kind": "stratum", - "sources": { - "linux": { - "repo": "linux", + "sources": [ + { + "name": "linux", "ref": "baserock" } - } + ] } -- cgit v1.2.1