From 2e529305e8ee021fcd90df82c5c26deb76eedad6 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Wed, 5 Nov 2014 17:49:20 +0000 Subject: yarns: use run-depends rather than manually including build-essential --- yarns/implementations.yarn | 8 -------- 1 file changed, 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 -- cgit v1.2.1