summaryrefslogtreecommitdiffstats
path: root/examples/gcc-libs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gcc-libs.yml')
-rw-r--r--examples/gcc-libs.yml15
1 files changed, 10 insertions, 5 deletions
diff --git a/examples/gcc-libs.yml b/examples/gcc-libs.yml
index 9ca259a..1a43ebb 100644
--- a/examples/gcc-libs.yml
+++ b/examples/gcc-libs.yml
@@ -4,13 +4,16 @@ tasks:
host: 'platform'
target: 'platform'
inherit:
- task: 'gcc:compile'
+ recipe: 'gcc'
+ task: 'compile'
build_depends:
- - task: 'binutils:install'
+ - recipe: 'binutils'
+ task: 'install'
args:
target: 'target'
depends:
- - task: 'glibc:install'
+ - recipe: 'glibc'
+ task: 'install'
args:
host: 'target'
run: |
@@ -24,11 +27,13 @@ tasks:
inherit:
task: 'compile'
build_depends:
- - task: 'binutils:install'
+ - recipe: 'binutils'
+ task: 'install'
args:
target: 'target'
depends:
- - task: 'glibc:install'
+ - recipe: 'glibc'
+ task: 'install'
args:
host: 'target'
output: