summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--strata/core.morph2
-rw-r--r--strata/coreutils-common.morph2
2 files changed, 2 insertions, 2 deletions
diff --git a/strata/core.morph b/strata/core.morph
index fbc5cd13..e3a1ba2d 100644
--- a/strata/core.morph
+++ b/strata/core.morph
@@ -3,7 +3,7 @@ kind: stratum
description: Core components of a Baserock base system that are build tools required
for the BSP and Foundation strata, but a step above build-essential
build-depends:
-- morph: strata/build-essential.morph
+- morph: strata/coreutils-common.morph
chunks:
- name: gdbm
morph: strata/core/gdbm.morph
diff --git a/strata/coreutils-common.morph b/strata/coreutils-common.morph
index c22fcfac..ea200ab3 100644
--- a/strata/coreutils-common.morph
+++ b/strata/coreutils-common.morph
@@ -5,7 +5,7 @@ description: |
having it in the final systems (for example in genivi ones that do not
accept GPLv3 code)
build-depends:
-- morph: strata/core.morph
+- morph: strata/autotools.morph
chunks:
- name: coreutils
morph: strata/coreutils-common/coreutils.morph