From 813a0fd3709ebc60e8f40697926e4bad6f79bb4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Wed, 14 Sep 2016 12:04:08 +0100 Subject: Try to build core with coreutils-common Change-Id: Ib7bc99f1d5df5db59f7da50ec5f5134568b9f712 --- strata/core.morph | 2 +- strata/coreutils-common.morph | 2 +- 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 -- cgit v1.2.1