summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-10-02 23:34:39 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-10-02 23:34:39 +0200
commitd8162b4319f210a3663fb4f0d78c111bdbbe50b2 (patch)
tree9823b2947adbd28621dbbea33c2ad22f2918fc36 /examples
parent01287941f842ad1df5f6e8476a66a790402593ab (diff)
downloadrebel-d8162b4319f210a3663fb4f0d78c111bdbbe50b2.tar
rebel-d8162b4319f210a3663fb4f0d78c111bdbbe50b2.zip
examples: gcc: add dependencies for cross host build
Diffstat (limited to 'examples')
-rw-r--r--examples/gcc.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/gcc.yml b/examples/gcc.yml
index 77f2245..eb343f4 100644
--- a/examples/gcc.yml
+++ b/examples/gcc.yml
@@ -26,11 +26,19 @@ tasks:
inherit:
task: 'unpack'
build_depends:
+ - recipe: 'toolchain'
+ task: 'build_depends'
- recipe: 'binutils'
task: 'install'
args:
target: 'target'
depends:
+ - recipe: 'toolchain'
+ task: 'depends'
+ - recipe: 'mpc'
+ task: 'install'
+ - recipe: 'zlib'
+ task: 'install'
- task: 'header-stubs'
noinherit: true
run: |
@@ -100,6 +108,10 @@ tasks:
runtime_depends:
- recipe: 'binutils'
task: 'install'
+ - recipe: 'mpc'
+ task: 'install'
+ - recipe: 'zlib'
+ task: 'install'
run: |
cd {{pn}}-build
make DESTDIR={{destdir}} install-host