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 09:05:50 +0100 |
commit | fb58cfaf37d85737652dfb8788e8af4fa77ce091 (patch) | |
tree | 29f87907718244765a3344ebfd44b8ffcc6bb7d6 | |
parent | 75cfd0dbec36b95783c19e9a1f5172e94baf338e (diff) | |
download | poky-fb58cfaf37d85737652dfb8788e8af4fa77ce091.tar.gz |
systemd-compat-units: Add HOMEPAGE info into recipe.
(From OE-Core rev: 04762479f0b18d0bbd95110f1f82d9be02bf10e9)
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/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 @@ | |||
1 | SUMMARY = "Enhances systemd compatilibity with existing SysVinit scripts" | 1 | SUMMARY = "Enhances systemd compatilibity with existing SysVinit scripts" |
2 | 2 | HOMEPAGE = "http://www.freedesktop.org/wiki/Software/systemd" | |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | 4 | ||
5 | PR = "r29" | 5 | PR = "r29" |