summaryrefslogtreecommitdiffstats
path: root/examples/glibc.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/glibc.yml
parent6270077d3da2ca8932ac06f5d3001c0deed4d238 (diff)
downloadrebel-2156cd6a64b2a287cac5eafa21077506f62b9ed9.tar
rebel-2156cd6a64b2a287cac5eafa21077506f62b9ed9.zip
example: omit recipe name in dependencies where possible
Diffstat (limited to 'examples/glibc.yml')
-rw-r--r--examples/glibc.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/glibc.yml b/examples/glibc.yml
index 9fad87d..9f2ae9d 100644
--- a/examples/glibc.yml
+++ b/examples/glibc.yml
@@ -10,7 +10,7 @@ tasks:
args:
host: 'platform'
inherit:
- task: 'glibc:unpack'
+ task: 'unpack'
build_depends:
- task: 'gcc:install'
- task: 'libgcc-initial:install'
@@ -53,7 +53,7 @@ tasks:
args:
host: 'platform'
inherit:
- task: 'glibc:configure'
+ task: 'configure'
build_depends:
- task: 'gcc:install'
- task: 'libgcc-initial:install'
@@ -67,7 +67,7 @@ tasks:
args:
host: 'platform'
inherit:
- task: 'glibc:compile'
+ task: 'compile'
build_depends:
- task: 'gcc:install'
- task: 'libgcc-initial:install'