From 9ca49cfc252b2b59965a0d088073862da9c57861 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 26 Sep 2021 23:21:35 +0200 Subject: examples: drop redundant dependencies --- examples/glibc.yml | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'examples/glibc.yml') diff --git a/examples/glibc.yml b/examples/glibc.yml index 13f1206..5ee9aeb 100644 --- a/examples/glibc.yml +++ b/examples/glibc.yml @@ -55,14 +55,6 @@ tasks: host: 'platform' inherit: task: 'configure' - build_depends: - - recipe: 'gcc' - task: 'install' - - recipe: 'libgcc-initial' - task: 'install' - depends: - - recipe: 'linux-uapi-headers' - task: 'install' run: | cd glibc-build make -j8 @@ -72,14 +64,6 @@ tasks: host: 'platform' inherit: task: 'compile' - build_depends: - - recipe: 'gcc' - task: 'install' - - recipe: 'libgcc-initial' - task: 'install' - depends: - - recipe: 'linux-uapi-headers' - task: 'install' output: default: runtime_depends: -- cgit v1.2.3