summaryrefslogtreecommitdiffstats
path: root/examples/recipes/linux-uapi-headers@6.5.5.yml
blob: c431105319a47fc8631e4a5c5e0eb6c7881180a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
meta:
  name: 'linux'
tasks:
  unpack:
    fetch:
      - name: '{{pn}}-{{pv}}.tar.xz'
        sha256: '8cf10379f7df8ea731e09bff3d0827414e4b643dd41dc99d0af339669646ef95'
    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