summaryrefslogtreecommitdiffstats
path: root/examples/recipes/glibc
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/glibc
parente39de9b1dd3b9bf75ef99667fd10badd7908e0df (diff)
downloadrebel-b433fbf27b8d6ccf6e13d4b6a28de556012576d7.tar
rebel-b433fbf27b8d6ccf6e13d4b6a28de556012576d7.zip
examples: convert recipes with common sources to subrecipes
Diffstat (limited to 'examples/recipes/glibc')
-rw-r--r--examples/recipes/glibc/build.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/recipes/glibc/build.yml b/examples/recipes/glibc/build.yml
index 20e2363..16f2706 100644
--- a/examples/recipes/glibc/build.yml
+++ b/examples/recipes/glibc/build.yml
@@ -16,10 +16,10 @@ tasks:
build_depends:
- recipe: 'gcc'
task: 'install'
- - recipe: 'libgcc-initial'
+ - recipe: 'gcc/libgcc-initial'
task: 'install'
depends:
- - recipe: 'linux-uapi-headers'
+ - recipe: 'linux/uapi-headers'
task: 'install'
run: |
export BUILD_CC="$CC_FOR_BUILD"
@@ -61,7 +61,7 @@ tasks:
output:
default:
runtime_depends:
- - recipe: 'linux-uapi-headers'
+ - recipe: 'linux/uapi-headers'
task: 'install'
run: |
cd {{basename}}-build