From 6f11f3f247d8949401cd0afb676198b439053740 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Fri, 12 Apr 2024 19:34:13 +0200 Subject: Replace 'inherit' recipe field with 'parent' All occurrences of 'inherit' in the code are replaced with 'parent' or 'ancestors'. --- examples/recipes/binutils/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/recipes/binutils/build.yml') diff --git a/examples/recipes/binutils/build.yml b/examples/recipes/binutils/build.yml index a82723f..dd82d2e 100644 --- a/examples/recipes/binutils/build.yml +++ b/examples/recipes/binutils/build.yml @@ -12,7 +12,7 @@ tasks: args: host: 'platform' target: 'platform' - inherit: + parent: task: 'unpack' build_depends: - recipe: 'toolchain' @@ -44,7 +44,7 @@ tasks: args: host: 'platform' target: 'platform' - inherit: + parent: task: 'configure' run: | cd {{name}}-build @@ -55,7 +55,7 @@ tasks: args: host: 'platform' target: 'platform' - inherit: + parent: task: 'compile' output: default: -- cgit v1.2.3