summaryrefslogtreecommitdiffstats
path: root/examples/recipes/e2fsprogs/build.yml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/recipes/e2fsprogs/build.yml')
-rw-r--r--examples/recipes/e2fsprogs/build.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/recipes/e2fsprogs/build.yml b/examples/recipes/e2fsprogs/build.yml
index e1fc0e0..508d1d4 100644
--- a/examples/recipes/e2fsprogs/build.yml
+++ b/examples/recipes/e2fsprogs/build.yml
@@ -11,7 +11,7 @@ tasks:
configure:
args:
host: 'platform'
- inherit:
+ parent:
task: 'unpack'
build_depends:
- recipe: 'toolchain'
@@ -31,7 +31,7 @@ tasks:
compile:
args:
host: 'platform'
- inherit:
+ parent:
task: 'configure'
run: |
cd {{name}}-build
@@ -41,7 +41,7 @@ tasks:
install:
args:
host: 'platform'
- inherit:
+ parent:
task: 'compile'
output:
default: