From: Trevor Woerner Date: Thu, 23 Feb 2023 20:25:09 +0000 (-0500) Subject: dtc: update DESCRIPTION X-Git-Tag: 2023-04-mickledore~427 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfe4b6b4559191a7986ba48f54a1d0350705a86d;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git 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 --- 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"