summaryrefslogtreecommitdiffstats
path: root/examples/toolchain.yml
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-09-25 14:05:13 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-09-25 14:05:13 +0200
commit051442f17d618abeb77ada99c7e78c681426186c (patch)
treebca8c588a53aa777bcd650a81ca490c4907949cf /examples/toolchain.yml
parent2156cd6a64b2a287cac5eafa21077506f62b9ed9 (diff)
downloadrebel-051442f17d618abeb77ada99c7e78c681426186c.tar
rebel-051442f17d618abeb77ada99c7e78c681426186c.zip
recipe: specify recipe and task name separately in dependencies
Diffstat (limited to 'examples/toolchain.yml')
-rw-r--r--examples/toolchain.yml12
1 files changed, 8 insertions, 4 deletions
diff --git a/examples/toolchain.yml b/examples/toolchain.yml
index fea1ce4..863785c 100644
--- a/examples/toolchain.yml
+++ b/examples/toolchain.yml
@@ -6,8 +6,10 @@ tasks:
output:
default:
runtime_depends:
- - task: 'gcc:install'
- - task: 'gcc-libs:install-gcc'
+ - recipe: 'gcc'
+ task: 'install'
+ - recipe: 'gcc-libs'
+ task: 'install-gcc'
depends:
args:
@@ -15,8 +17,10 @@ tasks:
output:
default:
runtime_depends:
- - task: 'glibc:install'
- - task: 'gcc-libs:install'
+ - recipe: 'glibc'
+ task: 'install'
+ - recipe: 'gcc-libs'
+ task: 'install'
build:
args: