summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@gmail.com>2014-11-05 17:49:20 +0000
committerRichard Maw <richard.maw@gmail.com>2014-11-05 18:40:37 +0000
commit2e529305e8ee021fcd90df82c5c26deb76eedad6 (patch)
tree11fbd552d1c1140fb10f1a80942e9a79328b8a7d
parent961263a151dd1999061f50fe7d43644c373c4134 (diff)
downloadmorph-baserock/richardmaw/stratum-runtime-depends.tar.gz
yarns: use run-depends rather than manually including build-essentialbaserock/richardmaw/stratum-runtime-depends
-rw-r--r--yarns/implementations.yarn8
1 files changed, 0 insertions, 8 deletions
diff --git a/yarns/implementations.yarn b/yarns/implementations.yarn
index 246c885d..74ed9906 100644
--- a/yarns/implementations.yarn
+++ b/yarns/implementations.yarn
@@ -240,8 +240,6 @@ another to hold a chunk.
kind: system
arch: $arch
strata:
- - name: build-essential
- morph: strata/build-essential.morph
- name: core
morph: strata/core.morph
EOF
@@ -381,8 +379,6 @@ have a morphology using the test architecture.
kind: system
name: $name
strata:
- - name: build-essential
- morph: strata/build-essential.morph
- name: core
morph: strata/core.morph
EOF
@@ -402,8 +398,6 @@ You need an architecture to build a system, we don't default to the host archite
kind: system
name: $name
strata:
- - name: build-essential
- morph: strata/build-essential.morph
- name: core
morph: strata/core.morph
EOF
@@ -546,8 +540,6 @@ print-architecture` to get a value appropriate for morph.
kind: system
name: $name
strata:
- - name: build-essential
- morph: strata/build-essential.morph
- name: core
morph: strata/core.morph
EOF