summaryrefslogtreecommitdiffstats
path: root/examples/recipes/linux-uapi-headers@6.5.5.yml
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2024-04-04 00:40:06 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2024-04-04 01:16:14 +0200
commit239a830981b6641a56b44e192b7ac60e38942a3f (patch)
tree8223ebb140b3ddca629ee2bab2a49855f0ba5e97 /examples/recipes/linux-uapi-headers@6.5.5.yml
parentb2ce46f9e4130f9e30d2eaa486558bf16af31b50 (diff)
downloadrebel-239a830981b6641a56b44e192b7ac60e38942a3f.tar
rebel-239a830981b6641a56b44e192b7ac60e38942a3f.zip
examples: always set version in content, not filename
Diffstat (limited to 'examples/recipes/linux-uapi-headers@6.5.5.yml')
-rw-r--r--examples/recipes/linux-uapi-headers@6.5.5.yml21
1 files changed, 0 insertions, 21 deletions
diff --git a/examples/recipes/linux-uapi-headers@6.5.5.yml b/examples/recipes/linux-uapi-headers@6.5.5.yml
deleted file mode 100644
index 2cc6e05..0000000
--- a/examples/recipes/linux-uapi-headers@6.5.5.yml
+++ /dev/null
@@ -1,21 +0,0 @@
-meta:
- name: 'linux'
-tasks:
- unpack:
- fetch:
- - name: '{{basename}}-{{version}}.tar.xz'
- sha256: '8cf10379f7df8ea731e09bff3d0827414e4b643dd41dc99d0af339669646ef95'
- run: |
- tar xf {{dldir}}/{{basename}}-{{version}}.tar.xz
-
- install:
- args:
- host: 'platform'
- inherit:
- task: 'unpack'
- output:
- default: {}
- run: |
- cd {{basename}}-{{version}}
- make INSTALL_HDR_PATH={{destdir}}{{host.prefix}} ARCH={{host.karch}} headers_install
-