From cfe4b6b4559191a7986ba48f54a1d0350705a86d Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Thu, 23 Feb 2023 15:25:09 -0500 Subject: [PATCH] dtc: update DESCRIPTION Update the description to align with the current goals of the dtc project. Signed-off-by: Trevor Woerner Signed-off-by: Richard Purdie --- meta/recipes-kernel/dtc/dtc_1.7.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/dtc/dtc_1.7.0.bb b/meta/recipes-kernel/dtc/dtc_1.7.0.bb index 0fc3eca0021..5e171952f27 100644 --- a/meta/recipes-kernel/dtc/dtc_1.7.0.bb +++ b/meta/recipes-kernel/dtc/dtc_1.7.0.bb @@ -1,6 +1,6 @@ SUMMARY = "Device Tree Compiler" HOMEPAGE = "https://devicetree.org/" -DESCRIPTION = "The Device Tree Compiler is a tool used to manipulate the Open-Firmware-like device tree used by PowerPC kernels." +DESCRIPTION = "The Device Tree Compiler is a toolchain for working with device tree source and binary files." SECTION = "bootloader" LICENSE = "GPL-2.0-only | BSD-2-Clause" -- 2.47.3