summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
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