diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-02-18 13:05:37 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-02-18 13:07:10 -0500 |
| commit | 108e089f7e844fafd12cfddd7eb6f96bef86c0a3 (patch) | |
| tree | d2532573200df6c2180740939e962fbbd6497133 /recipes-kernel/dtc | |
| parent | c113c0936aa6fab6cb85a245d018f4b18917116a (diff) | |
| download | meta-virtualization-108e089f7e844fafd12cfddd7eb6f96bef86c0a3.tar.gz | |
global: update licence values to SPDX values
These changes are the result of running the convert-spdx-licenses.py
oe-core script.
There's no impact to the build, but we will avoid issues when
interacting with core QA by the alignment.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-kernel/dtc')
| -rw-r--r-- | recipes-kernel/dtc/python3-dtc_1.6.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/dtc/python3-dtc_1.6.1.bb b/recipes-kernel/dtc/python3-dtc_1.6.1.bb index a82e6d05..449d0717 100644 --- a/recipes-kernel/dtc/python3-dtc_1.6.1.bb +++ b/recipes-kernel/dtc/python3-dtc_1.6.1.bb | |||
| @@ -2,7 +2,7 @@ SUMMARY = "Python Library for the Device Tree Compiler" | |||
| 2 | HOMEPAGE = "https://devicetree.org/" | 2 | HOMEPAGE = "https://devicetree.org/" |
| 3 | DESCRIPTION = "A python library for the Device Tree Compiler, a tool used to manipulate Device Tree files which contain a data structure for describing hardware." | 3 | DESCRIPTION = "A python library for the Device Tree Compiler, a tool used to manipulate Device Tree files which contain a data structure for describing hardware." |
| 4 | SECTION = "bootloader" | 4 | SECTION = "bootloader" |
| 5 | LICENSE = "GPLv2 | BSD-2-Clause" | 5 | LICENSE = "GPL-2.0-only | BSD-2-Clause" |
| 6 | 6 | ||
| 7 | DEPENDS = "flex-native bison-native swig-native python3-setuptools-scm-native libyaml dtc" | 7 | DEPENDS = "flex-native bison-native swig-native python3-setuptools-scm-native libyaml dtc" |
| 8 | 8 | ||
