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