From c1aa6a47e792cfa61b67eccee401fcb77cd57591 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Sat, 13 Feb 2016 13:05:22 +0000 Subject: Warning when different names in strata/chunks Now is an warning when the name of a chunk in a stratum is different from the name of the chunk in the chunk file. Example of the warning message: WARNING: Name 'binutils' doesn't match 'binutils-foo' in morphology: strata/build-essential/binutils.morph Change-Id: I38f0ccff57fc25db12c572fdc8a01dbd6434f01c --- yarns/implementations.yarn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yarns') diff --git a/yarns/implementations.yarn b/yarns/implementations.yarn index 8f4c3837..45bb2058 100644 --- a/yarns/implementations.yarn +++ b/yarns/implementations.yarn @@ -854,7 +854,7 @@ Implementations for building systems cd "$DATADIR"/definitions git checkout "$branch" cat << EOF > "${chunk_name}".morph - name: hello + name: "${chunk_name}" kind: chunk configure-commands: - echo dummy configure -- cgit v1.2.1