summaryrefslogtreecommitdiffstats
path: root/examples/recipes/toolchain/build.yml
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2024-04-04 18:33:49 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2024-04-04 18:42:09 +0200
commitb433fbf27b8d6ccf6e13d4b6a28de556012576d7 (patch)
tree7849c08bb199b37c7d0b1ab316f0a172d4b44474 /examples/recipes/toolchain/build.yml
parente39de9b1dd3b9bf75ef99667fd10badd7908e0df (diff)
downloadrebel-b433fbf27b8d6ccf6e13d4b6a28de556012576d7.tar
rebel-b433fbf27b8d6ccf6e13d4b6a28de556012576d7.zip
examples: convert recipes with common sources to subrecipes
Diffstat (limited to 'examples/recipes/toolchain/build.yml')
-rw-r--r--examples/recipes/toolchain/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/recipes/toolchain/build.yml b/examples/recipes/toolchain/build.yml
index ab8e6de..d612261 100644
--- a/examples/recipes/toolchain/build.yml
+++ b/examples/recipes/toolchain/build.yml
@@ -8,7 +8,7 @@ tasks:
runtime_depends:
- recipe: 'gcc'
task: 'install'
- - recipe: 'libgcc'
+ - recipe: 'gcc/libgcc'
task: 'install'
depends:
@@ -19,7 +19,7 @@ tasks:
runtime_depends:
- recipe: 'glibc'
task: 'install'
- - recipe: 'gcc-libs'
+ - recipe: 'gcc/libs'
task: 'install'
build: