From 3d3a85be9955a2f2699ee79f4ce4d479a3b2dd41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Wed, 7 Sep 2016 13:56:16 +0100 Subject: Use new autotools stratum Change-Id: I342755ae07e34022754d9be64e798610f2e6ffe0 --- 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 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 -- cgit v1.2.1