diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/dtc/dtc.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/dtc/dtc.inc b/meta/recipes-kernel/dtc/dtc.inc index 9b4b7682b8..fab91dca93 100644 --- a/meta/recipes-kernel/dtc/dtc.inc +++ b/meta/recipes-kernel/dtc/dtc.inc @@ -1,7 +1,7 @@ SUMMARY = "Device Tree Compiler" DESCRIPTION = "The Device Tree Compiler is a tool used to manipulate the Open-Firmware-like device tree used by PowerPC kernels." SECTION = "bootloader" -LICENSE = "GPL2 | BSD" +LICENSE = "GPLv2 | BSD" DEPENDS = "flex-native bison-native" inherit autotools |