summaryrefslogtreecommitdiff
path: root/strata/sandboxing.morph
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-08-29 14:48:57 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-09-18 18:11:18 +0000
commite239ac892972d080b4399d9e0124ca40c4f71344 (patch)
tree26c30143b94aa7e0554d479306af052bd9e3cbea /strata/sandboxing.morph
parent2e25c62848323fafbe6b7e1b787ee0fb9170e578 (diff)
downloaddefinitions-e239ac892972d080b4399d9e0124ca40c4f71344.tar.gz
Include the BuildStream build tool in Baserock 'build' and 'devel' systems
This also updates OSTree to latest stable (2017.10), which is needed for BuildStream, and updates Flatpak to latest which is needed for it to build against the latest OSTree release.
Diffstat (limited to 'strata/sandboxing.morph')
-rw-r--r--strata/sandboxing.morph11
1 files changed, 11 insertions, 0 deletions
diff --git a/strata/sandboxing.morph b/strata/sandboxing.morph
index 64de36c3..2c8eae9b 100644
--- a/strata/sandboxing.morph
+++ b/strata/sandboxing.morph
@@ -5,14 +5,25 @@ description: |
environment.
build-depends:
- morph: strata/python2-core.morph
+- morph: strata/docutils.morph
chunks:
+# Needed by YBD only.
- name: sandboxlib
repo: upstream:sandboxlib
ref: ce30050daa10fa32801e8f798911b36aa82343a4
unpetrify-ref: master
build-system: python-distutils
+
+# Needed by Morph and YBD only.
- name: linux-user-chroot
repo: upstream:linux-user-chroot
ref: 40e0b71d556414dfe150a74937f2c8a68d351d6d
unpetrify-ref: v2015.1
build-system: autotools
+
+# Needed by BuildStream only.
+- name: bubblewrap
+ repo: upstream:bubblewrap
+ ref: 30548332a7d04328487906edcd999c3dab67db28
+ unpetrify-ref: v0.1.8
+ build-system: autotools