diff options
author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2017-09-18 11:40:22 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-21 08:59:36 +0100 |
commit | 6b72414e82961404b546dbd534c3b15c0014cd66 (patch) | |
tree | 2a2e33cad1d2b0ff1deddfd04f1ba117921bbe07 | |
parent | 04762479f0b18d0bbd95110f1f82d9be02bf10e9 (diff) | |
download | openembedded-core-6b72414e82961404b546dbd534c3b15c0014cd66.tar.gz openembedded-core-6b72414e82961404b546dbd534c3b15c0014cd66.tar.bz2 openembedded-core-6b72414e82961404b546dbd534c3b15c0014cd66.zip |
systemd-serialgetty: Add HOMEPAGE info into recipe file.
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-core/systemd/systemd-serialgetty.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd-serialgetty.bb b/meta/recipes-core/systemd/systemd-serialgetty.bb index 768b1308f2..60891e432c 100644 --- a/meta/recipes-core/systemd/systemd-serialgetty.bb +++ b/meta/recipes-core/systemd/systemd-serialgetty.bb @@ -1,4 +1,5 @@ SUMMARY = "Serial terminal support for systemd" +HOMEPAGE = "https://www.freedesktop.org/wiki/Software/systemd/" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" |