summaryrefslogtreecommitdiff
path: root/strata
diff options
context:
space:
mode:
Diffstat (limited to 'strata')
-rw-r--r--strata/morph-utils.morph1
-rw-r--r--strata/ostree-core.morph37
2 files changed, 38 insertions, 0 deletions
diff --git a/strata/morph-utils.morph b/strata/morph-utils.morph
index 86f41271..3cea6cf2 100644
--- a/strata/morph-utils.morph
+++ b/strata/morph-utils.morph
@@ -3,6 +3,7 @@ kind: stratum
build-depends:
- morph: strata/core.morph
- morph: strata/python-core.morph
+- morph: strata/ostree-core.morph
chunks:
- name: python-ttystatus
morph: strata/morph-utils/python-ttystatus.morph
diff --git a/strata/ostree-core.morph b/strata/ostree-core.morph
new file mode 100644
index 00000000..df70e252
--- /dev/null
+++ b/strata/ostree-core.morph
@@ -0,0 +1,37 @@
+name: ostree-core
+kind: stratum
+build-depends:
+- morph: strata/tools.morph
+- morph: strata/core.morph
+chunks:
+- name: libgsystem
+ repo: upstream:libgsystem
+ ref: 8231b8ad4a4ee35e4b11fae5f6e7cddabf1c51ae
+ unpetrify-ref: master
+ build-depends: []
+- name: gnome-common
+ repo: upstream:gnome-common
+ ref: 2bffd7e1a94c5d96a1121ae2243c3615e1aa7766
+ unpetrify-ref: 3.7.4
+ build-depends: []
+- name: libsoup
+ morph: strata/virtualization/libsoup.morph
+ repo: upstream:libsoup
+ ref: ce764489e358bad6b49418f5c8bc7b25a4b1815e
+ unpetrify-ref: baserock/morph
+ build-depends:
+ - gnome-common
+- name: ostree
+ repo: upstream:ostree
+ ref: c9704e9802dfeda9b5a138535c59e98df3dd7196
+ unpetrify-ref: baserock/morph
+ build-depends:
+ - libgsystem
+ - libsoup
+- name: pygobject
+ morph: strata/virtualization/pygobject.morph
+ repo: upstream:pygobject
+ ref: 276341d7ddab180020c31e6837bd28fd25784de0
+ unpetrify-ref: baserock/morph
+ build-depends:
+ - gnome-common