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.libs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/recipes/gcc/build.libs.yml') diff --git a/examples/recipes/gcc/build.libs.yml b/examples/recipes/gcc/build.libs.yml index 4a20ad1..856fd1c 100644 --- a/examples/recipes/gcc/build.libs.yml +++ b/examples/recipes/gcc/build.libs.yml @@ -2,7 +2,7 @@ tasks: compile: args: host: 'platform' - inherit: + parent: recipe: 'gcc/libgcc' task: 'compile' args: @@ -15,7 +15,7 @@ tasks: install: args: host: 'platform' - inherit: + parent: task: 'compile' output: default: -- cgit v1.2.3