From d8162b4319f210a3663fb4f0d78c111bdbbe50b2 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 2 Oct 2021 23:34:39 +0200 Subject: examples: gcc: add dependencies for cross host build --- examples/gcc.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'examples') 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 -- cgit v1.2.3