diff options
author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2017-09-18 11:40:07 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-21 09:05:49 +0100 |
commit | 47c7b0963d28969bc399abc21529e41ce9457a29 (patch) | |
tree | f40c8c9542ed7e14c76e7aeaaaf38b05bdbdcda9 /meta/recipes-kernel/dtc | |
parent | c472e8d2e5b7c2a2b2755155c6887969306017c4 (diff) | |
download | poky-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/dtc')
-rw-r--r-- | meta/recipes-kernel/dtc/dtc.inc | 1 |
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 @@ | |||
1 | SUMMARY = "Device Tree Compiler" | 1 | SUMMARY = "Device Tree Compiler" |
2 | HOMEPAGE = "https://devicetree.org/" | ||
2 | DESCRIPTION = "The Device Tree Compiler is a tool used to manipulate the Open-Firmware-like device tree used by PowerPC kernels." | 3 | DESCRIPTION = "The Device Tree Compiler is a tool used to manipulate the Open-Firmware-like device tree used by PowerPC kernels." |
3 | SECTION = "bootloader" | 4 | SECTION = "bootloader" |
4 | LICENSE = "GPLv2 | BSD" | 5 | LICENSE = "GPLv2 | BSD" |