summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorHuang Qiyu <huangqy.fnst@cn.fujitsu.com>2017-09-18 11:40:07 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-21 09:05:49 +0100
commit47c7b0963d28969bc399abc21529e41ce9457a29 (patch)
treef40c8c9542ed7e14c76e7aeaaaf38b05bdbdcda9 /meta/recipes-kernel
parentc472e8d2e5b7c2a2b2755155c6887969306017c4 (diff)
downloadpoky-47c7b0963d28969bc399abc21529e41ce9457a29.tar.gz
dtc: Add HOMEPAGE info into recipe file.
(From OE-Core rev: 92878ef5e758c05d059ef943c30984a4b2d79cc4) Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/dtc/dtc.inc1
1 files changed, 1 insertions, 0 deletions
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 @@
1SUMMARY = "Device Tree Compiler" 1SUMMARY = "Device Tree Compiler"
2HOMEPAGE = "https://devicetree.org/"
2DESCRIPTION = "The Device Tree Compiler is a tool used to manipulate the Open-Firmware-like device tree used by PowerPC kernels." 3DESCRIPTION = "The Device Tree Compiler is a tool used to manipulate the Open-Firmware-like device tree used by PowerPC kernels."
3SECTION = "bootloader" 4SECTION = "bootloader"
4LICENSE = "GPLv2 | BSD" 5LICENSE = "GPLv2 | BSD"