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/gcc/build.libgcc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/recipes/gcc/build.libgcc.yml') diff --git a/examples/recipes/gcc/build.libgcc.yml b/examples/recipes/gcc/build.libgcc.yml index ed7fa66..67e21f7 100644 --- a/examples/recipes/gcc/build.libgcc.yml +++ b/examples/recipes/gcc/build.libgcc.yml @@ -3,7 +3,7 @@ tasks: args: host: 'platform' target: 'platform' - inherit: + parent: recipe: 'gcc' task: 'compile' depends: @@ -19,7 +19,7 @@ tasks: args: host: 'platform' target: 'platform' - inherit: + parent: task: 'compile' output: default: {} -- cgit v1.2.3