summaryrefslogtreecommitdiffstats
path: root/examples/glibc.yml
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-09-22 22:05:26 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-09-23 23:44:14 +0200
commit88ef3e8312f5062cc923d000046bc9a8c58d6b6e (patch)
treebf279befda533f7cd6480fb20e04c47fd4d270d9 /examples/glibc.yml
parentf48ba9aadeb0d8d43b58c41b440d9f1c94082747 (diff)
downloadrebel-88ef3e8312f5062cc923d000046bc9a8c58d6b6e.tar
rebel-88ef3e8312f5062cc923d000046bc9a8c58d6b6e.zip
Have tasks explicitly list their input arguments
Diffstat (limited to 'examples/glibc.yml')
-rw-r--r--examples/glibc.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/glibc.yml b/examples/glibc.yml
index 0ab133e..9fad87d 100644
--- a/examples/glibc.yml
+++ b/examples/glibc.yml
@@ -7,6 +7,8 @@ tasks:
tar xf {{dldir}}/glibc-2.34.tar.xz
configure:
+ args:
+ host: 'platform'
inherit:
task: 'glibc:unpack'
build_depends:
@@ -48,6 +50,8 @@ tasks:
echo rootsbindir={{host.prefix}}/bin >> configparms
compile:
+ args:
+ host: 'platform'
inherit:
task: 'glibc:configure'
build_depends:
@@ -60,6 +64,8 @@ tasks:
make -j8
install:
+ args:
+ host: 'platform'
inherit:
task: 'glibc:compile'
build_depends: