From: Huang Qiyu Date: Mon, 18 Sep 2017 03:40:07 +0000 (+0800) Subject: dtc: Add HOMEPAGE info into recipe file. X-Git-Tag: 2017-10~168 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=92878ef5e758c05d059ef943c30984a4b2d79cc4;p=openembedded-core.git dtc: Add HOMEPAGE info into recipe file. Signed-off-by: Huang Qiyu Signed-off-by: Ross Burton --- diff --git a/meta/recipes-kernel/dtc/dtc.inc b/meta/recipes-kernel/dtc/dtc.inc index 0c409b0c0b..d75994661a 100644 --- a/meta/recipes-kernel/dtc/dtc.inc +++ b/meta/recipes-kernel/dtc/dtc.inc @@ -1,4 +1,5 @@ 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." SECTION = "bootloader" LICENSE = "GPLv2 | BSD"