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