summaryrefslogtreecommitdiffstats
path: root/examples/recipes/linux-uapi-headers.yml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/recipes/linux-uapi-headers.yml')
-rw-r--r--examples/recipes/linux-uapi-headers.yml22
1 files changed, 0 insertions, 22 deletions
diff --git a/examples/recipes/linux-uapi-headers.yml b/examples/recipes/linux-uapi-headers.yml
deleted file mode 100644
index 3fadccd..0000000
--- a/examples/recipes/linux-uapi-headers.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-meta:
- name: 'linux'
- version: '6.5.5'
-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
-