summaryrefslogtreecommitdiffstats
path: root/examples/recipes/glibc@2.38-25-gf6445dc94da1.yml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/recipes/glibc@2.38-25-gf6445dc94da1.yml')
-rw-r--r--examples/recipes/glibc@2.38-25-gf6445dc94da1.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/examples/recipes/glibc@2.38-25-gf6445dc94da1.yml b/examples/recipes/glibc@2.38-25-gf6445dc94da1.yml
index 88eddbc..112e687 100644
--- a/examples/recipes/glibc@2.38-25-gf6445dc94da1.yml
+++ b/examples/recipes/glibc@2.38-25-gf6445dc94da1.yml
@@ -1,10 +1,10 @@
tasks:
unpack:
fetch:
- - name: '{{pn}}-{{pv}}.tar.xz'
+ - name: '{{basename}}-{{version}}.tar.xz'
sha256: '92594ade540761f70d57de4f3a150128e7b7f7ed653a59d1acc23468ab70fae9'
run: |
- tar xf {{dldir}}/{{pn}}-{{pv}}.tar.xz
+ tar xf {{dldir}}/{{basename}}-{{version}}.tar.xz
configure:
args:
@@ -22,9 +22,9 @@ tasks:
run: |
export BUILD_CC="$CC_FOR_BUILD"
- mkdir {{pn}}-build
- cd {{pn}}-build
- ../{{pn}}-{{pv}}/configure \
+ mkdir {{basename}}-build
+ cd {{basename}}-build
+ ../{{basename}}-{{version}}/configure \
--build={{build.gnu_triplet}} \
--host={{host.gnu_triplet}} \
--prefix={{host.prefix}} \
@@ -48,7 +48,7 @@ tasks:
inherit:
task: 'configure'
run: |
- cd {{pn}}-build
+ cd {{basename}}-build
make
install:
@@ -62,5 +62,5 @@ tasks:
- recipe: 'linux-uapi-headers'
task: 'install'
run: |
- cd {{pn}}-build
+ cd {{basename}}-build
make install_root={{destdir}} install