summaryrefslogtreecommitdiffstats
path: root/examples/glibc.yml
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-09-19 17:47:07 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-09-19 19:10:04 +0200
commit754c900b663233cb10ecf52a92bc832794599640 (patch)
tree1632343c77c95a23bcfd6574305dcd380415db06 /examples/glibc.yml
parent8f6a678b9317696238dee75c2e9e480034bd7fe1 (diff)
downloadrebel-754c900b663233cb10ecf52a92bc832794599640.tar
rebel-754c900b663233cb10ecf52a92bc832794599640.zip
Rename "target depends" to "depends"
Internally, the name "host depends" is used to match GNU build/host/target terms.
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 9934b73..8e1cf5a 100644
--- a/examples/glibc.yml
+++ b/examples/glibc.yml
@@ -12,7 +12,7 @@ tasks:
build_depends:
- task: 'gcc:install'
- task: 'libgcc-initial:install'
- target_depends:
+ depends:
- task: 'linux-uapi-headers:install'
run: |
BUILD=x86_64-linux-gnu
@@ -56,7 +56,7 @@ tasks:
build_depends:
- task: 'gcc:install'
- task: 'libgcc-initial:install'
- target_depends:
+ depends:
- task: 'linux-uapi-headers:install'
run: |
cd glibc-build
@@ -68,7 +68,7 @@ tasks:
build_depends:
- task: 'gcc:install'
- task: 'libgcc-initial:install'
- target_depends:
+ depends:
- task: 'linux-uapi-headers:install'
output:
default: