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