summaryrefslogtreecommitdiffstats
path: root/examples/gcc.yml
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-09-25 13:55:22 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-09-25 13:55:22 +0200
commit2156cd6a64b2a287cac5eafa21077506f62b9ed9 (patch)
tree5d79d856cf99c710f5e6ce11705a22c71fe35b27 /examples/gcc.yml
parent6270077d3da2ca8932ac06f5d3001c0deed4d238 (diff)
downloadrebel-2156cd6a64b2a287cac5eafa21077506f62b9ed9.tar
rebel-2156cd6a64b2a287cac5eafa21077506f62b9ed9.zip
example: omit recipe name in dependencies where possible
Diffstat (limited to 'examples/gcc.yml')
-rw-r--r--examples/gcc.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/gcc.yml b/examples/gcc.yml
index 50839fc..166ab22 100644
--- a/examples/gcc.yml
+++ b/examples/gcc.yml
@@ -22,13 +22,13 @@ tasks:
host: 'platform'
target: 'platform'
inherit:
- task: 'gcc:unpack'
+ task: 'unpack'
build_depends:
- task: 'binutils:install'
args:
target: 'target'
depends:
- - task: 'gcc:header-stubs'
+ - task: 'header-stubs'
run: |
mkdir gcc-build
cd gcc-build
@@ -76,13 +76,13 @@ tasks:
host: 'platform'
target: 'platform'
inherit:
- task: 'gcc:configure'
+ task: 'configure'
build_depends:
- task: 'binutils:install'
args:
target: 'target'
depends:
- - task: 'gcc:header-stubs'
+ - task: 'header-stubs'
run: |
cd gcc-build
make -j8 all-host
@@ -92,7 +92,7 @@ tasks:
host: 'platform'
target: 'platform'
inherit:
- task: 'gcc:compile'
+ task: 'compile'
output:
default:
runtime_depends: