summaryrefslogtreecommitdiffstats
path: root/examples/recipes/linux-uapi-headers@5.10.66.yml
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-11-03 17:15:36 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-11-03 17:15:36 +0100
commitc40a4dcdcf46a0c01c97cf294384088b761d1ddf (patch)
tree2c89978f7484dd01b475ca2e67a5e01cb008e84f /examples/recipes/linux-uapi-headers@5.10.66.yml
parent272a73cae03d7c5ae22ff94b935a1d37f437ebef (diff)
downloadrebel-c40a4dcdcf46a0c01c97cf294384088b761d1ddf.tar
rebel-c40a4dcdcf46a0c01c97cf294384088b761d1ddf.zip
examples: move version number to filename
Diffstat (limited to 'examples/recipes/linux-uapi-headers@5.10.66.yml')
-rw-r--r--examples/recipes/linux-uapi-headers@5.10.66.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/examples/recipes/linux-uapi-headers@5.10.66.yml b/examples/recipes/linux-uapi-headers@5.10.66.yml
new file mode 100644
index 0000000..27d7fc2
--- /dev/null
+++ b/examples/recipes/linux-uapi-headers@5.10.66.yml
@@ -0,0 +1,21 @@
+meta:
+ name: 'linux'
+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
+