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 fdd9a8e..0000000
--- a/examples/recipes/linux-uapi-headers.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-meta:
- name: 'linux'
- version: '5.10.66'
-tasks:
- unpack:
- fetch:
- - name: '{{pn}}-{{pv}}.tar.xz'
- sha256: '5dfa06bbbbd164b9ea669ec637b1e6d05fb5fea8ef3aeb6729f2cbcd0dfcc8a7'
- run: |
- tar xf {{dldir}}/{{pn}}-{{pv}}.tar.xz
-
- install:
- args:
- host: 'platform'
- inherit:
- task: 'unpack'
- output:
- default: {}
- run: |
- cd {{pn}}-{{pv}}
- make INSTALL_HDR_PATH={{destdir}}{{host.prefix}} ARCH={{host.karch}} headers_install
-