diff options
author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2017-09-18 11:40:10 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-21 09:05:49 +0100 |
commit | d8192aa00989089e9d7f82a2a1f54177f53e9c7b (patch) | |
tree | 252582770840c3f594414aa1f62425639fb01f3f | |
parent | a9f6f48e7a7c1c93e4fe3b8c8bc2138e742f9391 (diff) | |
download | poky-d8192aa00989089e9d7f82a2a1f54177f53e9c7b.tar.gz |
kbd: Add HOMEPAGE info into recipe file.
(From OE-Core rev: 5b5153961965d02e07ba78713ecd6ff7dd3861a3)
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>
-rw-r--r-- | meta/recipes-core/kbd/kbd_2.0.4.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/kbd/kbd_2.0.4.bb b/meta/recipes-core/kbd/kbd_2.0.4.bb index 65325c0ea7..423b47a076 100644 --- a/meta/recipes-core/kbd/kbd_2.0.4.bb +++ b/meta/recipes-core/kbd/kbd_2.0.4.bb | |||
@@ -1,4 +1,5 @@ | |||
1 | SUMMARY = "Keytable files and keyboard utilities" | 1 | SUMMARY = "Keytable files and keyboard utilities" |
2 | HOMEPAGE = "http://www.kbd-project.org/" | ||
2 | # everything minus console-fonts is GPLv2+ | 3 | # everything minus console-fonts is GPLv2+ |
3 | LICENSE = "GPLv2+" | 4 | LICENSE = "GPLv2+" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=a5fcc36121d93e1f69d96a313078c8b5" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=a5fcc36121d93e1f69d96a313078c8b5" |