summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-kernel/dtc/dtc.inc2
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 @@
1SUMMARY = "Device Tree Compiler" 1SUMMARY = "Device Tree Compiler"
2DESCRIPTION = "The Device Tree Compiler is a tool used to manipulate the Open-Firmware-like device tree used by PowerPC kernels." 2DESCRIPTION = "The Device Tree Compiler is a tool used to manipulate the Open-Firmware-like device tree used by PowerPC kernels."
3SECTION = "bootloader" 3SECTION = "bootloader"
4LICENSE = "GPL2 | BSD" 4LICENSE = "GPLv2 | BSD"
5DEPENDS = "flex-native bison-native" 5DEPENDS = "flex-native bison-native"
6 6
7inherit autotools 7inherit autotools