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/linux/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/recipes/linux/build.yml') diff --git a/examples/recipes/linux/build.yml b/examples/recipes/linux/build.yml index ad32813..3f84291 100644 --- a/examples/recipes/linux/build.yml +++ b/examples/recipes/linux/build.yml @@ -11,7 +11,7 @@ tasks: configure: args: host: 'platform' - inherit: + parent: task: 'unpack' build_depends: - recipe: 'gcc' @@ -28,7 +28,7 @@ tasks: compile: args: host: 'platform' - inherit: + parent: task: 'configure' run: | export KBUILD_BUILD_TIMESTAMP="@${SOURCE_DATE_EPOCH}" @@ -42,7 +42,7 @@ tasks: install: args: host: 'platform' - inherit: + parent: task: 'compile' output: boot: -- cgit v1.2.3