summaryrefslogtreecommitdiff
path: root/spec/spec/build-install.yml
blob: 7e0ea465200981a2febedd05e0ed0cef0e048542 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
enabled-by: true
links:
- role: spec-member
  uid: root
spec-description: null
spec-example: null
spec-info:
  dict:
    attributes:
      destination:
        description: |
          It shall be the install destination directory.
        spec-type: str
      source:
        description: |
          It shall be the list of source files to be installed in the
          destination directory.  The path to a source file shall be relative
          to the directory of the :file:`wscript`.
        spec-type: list-str
    description: |
      This set of attributes specifies files installed by a build item.
    mandatory-attributes: all
spec-name: Build Install Directive
spec-type: build-install
type: spec