summaryrefslogtreecommitdiffstats
path: root/examples/recipes/mpfr/build.yml
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2024-04-12 19:34:13 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2024-04-13 20:07:55 +0200
commit6f11f3f247d8949401cd0afb676198b439053740 (patch)
treef3d244a97885e22f5a678f937ad44789aa5fb0d5 /examples/recipes/mpfr/build.yml
parent35e0cd907a89b751637f71ce910950a8a8865fe0 (diff)
downloadrebel-6f11f3f247d8949401cd0afb676198b439053740.tar
rebel-6f11f3f247d8949401cd0afb676198b439053740.zip
Replace 'inherit' recipe field with 'parent'
All occurrences of 'inherit' in the code are replaced with 'parent' or 'ancestors'.
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: