summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-09-14 12:04:08 +0100
committerJavier Jardón <jjardon@gnome.org>2016-09-14 12:04:08 +0100
commit813a0fd3709ebc60e8f40697926e4bad6f79bb4e (patch)
treec583623d96d6bba1a099fc7870ffe85bd7555481
parent4b837294ab688f2c1b97698eef43b938f9682dc2 (diff)
downloaddefinitions-813a0fd3709ebc60e8f40697926e4bad6f79bb4e.tar.gz
Try to build core with coreutils-common
Change-Id: Ib7bc99f1d5df5db59f7da50ec5f5134568b9f712
-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 f2dbdda0..f6fc240a 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/autotools.morph
+- morph: strata/coreutils-common.morph
chunks:
- name: attr
morph: strata/core/attr.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