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/zlib/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/recipes/zlib/build.yml') diff --git a/examples/recipes/zlib/build.yml b/examples/recipes/zlib/build.yml index a9f09d7..3e72844 100644 --- a/examples/recipes/zlib/build.yml +++ b/examples/recipes/zlib/build.yml @@ -11,7 +11,7 @@ tasks: configure: args: host: 'platform' - inherit: + parent: task: 'unpack' build_depends: - recipe: 'toolchain' @@ -29,7 +29,7 @@ tasks: compile: args: host: 'platform' - inherit: + parent: task: 'configure' run: | cd {{name}}-build @@ -38,7 +38,7 @@ tasks: install: args: host: 'platform' - inherit: + parent: task: 'compile' output: default: -- cgit v1.2.3