From 1d0b420e86100e156ac2270ae48ed7e4d964f16c Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Fri, 27 Feb 2015 09:00:16 +0000 Subject: Add an ostree-core stratum This will be used by future versions of Morph. By adding OSTree to the cross-bootstrap systems we have significantly increased the size and complexity of them. Some of this can be reduced: OStree doesn't actually depend on all of 'foundation', just 'glib'. Change-Id: I89403bf4625178e6f887402b5817f6a727cfcf97 --- strata/morph-utils.morph | 1 + strata/ostree-core.morph | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 strata/ostree-core.morph (limited to 'strata') diff --git a/strata/morph-utils.morph b/strata/morph-utils.morph index 77b7cb7a..fc1001d8 100644 --- a/strata/morph-utils.morph +++ b/strata/morph-utils.morph @@ -2,6 +2,7 @@ name: morph-utils kind: stratum build-depends: - morph: strata/core.morph +- morph: strata/ostree-core.morph - morph: strata/python-cliapp.morph - morph: strata/python-core.morph - morph: strata/python-pygobject.morph diff --git a/strata/ostree-core.morph b/strata/ostree-core.morph new file mode 100644 index 00000000..5052bf4b --- /dev/null +++ b/strata/ostree-core.morph @@ -0,0 +1,17 @@ +name: ostree-core +kind: stratum +build-depends: +- morph: strata/foundation.morph +- morph: strata/core.morph +- morph: strata/libsoup-common.morph +chunks: +- name: libgsystem + repo: upstream:libgsystem + ref: 8231b8ad4a4ee35e4b11fae5f6e7cddabf1c51ae + unpetrify-ref: master +- name: ostree + repo: upstream:ostree + ref: c9704e9802dfeda9b5a138535c59e98df3dd7196 + unpetrify-ref: baserock/morph + build-depends: + - libgsystem -- cgit v1.2.1