diff options
author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2017-09-18 11:40:21 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-21 08:59:36 +0100 |
commit | 04762479f0b18d0bbd95110f1f82d9be02bf10e9 (patch) | |
tree | 7a9db9b85c6ac7d86946237910cb4b9bd32bc26c | |
parent | c0a1128a1f1fa2b86ba1cb97d9ff17f5a7a76e59 (diff) | |
download | openembedded-core-04762479f0b18d0bbd95110f1f82d9be02bf10e9.tar.gz openembedded-core-04762479f0b18d0bbd95110f1f82d9be02bf10e9.tar.bz2 openembedded-core-04762479f0b18d0bbd95110f1f82d9be02bf10e9.zip |
systemd-compat-units: Add HOMEPAGE info into recipe.
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-compat-units.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd-compat-units.bb b/meta/recipes-core/systemd/systemd-compat-units.bb index fe9a521d7f..d228a51c19 100644 --- a/meta/recipes-core/systemd/systemd-compat-units.bb +++ b/meta/recipes-core/systemd/systemd-compat-units.bb @@ -1,5 +1,5 @@ SUMMARY = "Enhances systemd compatilibity with existing SysVinit scripts" - +HOMEPAGE = "http://www.freedesktop.org/wiki/Software/systemd" LICENSE = "MIT" PR = "r29" |