summaryrefslogtreecommitdiffstats
path: root/examples/recipes/libgcc@13.2.0.yml
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2024-04-04 00:25:05 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2024-04-04 01:15:06 +0200
commitb2ce46f9e4130f9e30d2eaa486558bf16af31b50 (patch)
treea026b84d314813d3fda77512f6fbc935b4b07d81 /examples/recipes/libgcc@13.2.0.yml
parent142ab0db2902a42b1c11f9682d366a5c7750c649 (diff)
downloadrebel-b2ce46f9e4130f9e30d2eaa486558bf16af31b50.tar
rebel-b2ce46f9e4130f9e30d2eaa486558bf16af31b50.zip
driver: context: rename pn and pv variables to basename and version
pn and pv referred to package names and versions, but we don't really have packages at the moment.
Diffstat (limited to 'examples/recipes/libgcc@13.2.0.yml')
-rw-r--r--examples/recipes/libgcc@13.2.0.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/recipes/libgcc@13.2.0.yml b/examples/recipes/libgcc@13.2.0.yml
index 96a2ce8..d7433fe 100644
--- a/examples/recipes/libgcc@13.2.0.yml
+++ b/examples/recipes/libgcc@13.2.0.yml
@@ -14,7 +14,7 @@ tasks:
args:
host: 'target'
run: |
- cd {{pn}}-build
+ cd {{basename}}-build
make all-target-libgcc
install:
@@ -26,7 +26,7 @@ tasks:
output:
default: {}
run: |
- cd {{pn}}-build
+ cd {{basename}}-build
make DESTDIR={{destdir}} install-target-libgcc
rm {{destdir}}{{host_to_target.sysroot}}{{target.prefix}}/lib/libgcc_s.so*
rmdir -p --ignore-fail-on-non-empty {{destdir}}{{host_to_target.sysroot}}{{target.prefix}}/lib