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/make_ext4fs/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/recipes/make_ext4fs/build.yml') diff --git a/examples/recipes/make_ext4fs/build.yml b/examples/recipes/make_ext4fs/build.yml index f50fa85..183389a 100644 --- a/examples/recipes/make_ext4fs/build.yml +++ b/examples/recipes/make_ext4fs/build.yml @@ -19,7 +19,7 @@ tasks: task: 'depends' - recipe: 'zlib' task: 'install' - inherit: + parent: task: 'unpack' run: | cd {{name}}-{{version}} @@ -28,7 +28,7 @@ tasks: install: args: host: 'platform' - inherit: + parent: task: 'compile' output: default: -- cgit v1.2.3