diff options
-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 39295652..97dbe934 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" | 5 | LICENSE = "GPLv2 | BSD-2-Clause" |
6 | 6 | ||
7 | DEPENDS = "flex-native bison-native swig-native libyaml dtc" | 7 | DEPENDS = "flex-native bison-native swig-native libyaml dtc" |
8 | 8 | ||