diff options
author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2017-09-26 10:36:35 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-10-06 12:03:31 +0100 |
commit | addbf84b3d3d2caad54d2d11383937f2194197ac (patch) | |
tree | f186a45a4fac2274375468a299faa20fef4686d5 | |
parent | 9e65101eb308ee85d5ab43676423ce4b443f0bd1 (diff) | |
download | openembedded-core-addbf84b3d3d2caad54d2d11383937f2194197ac.tar.gz openembedded-core-addbf84b3d3d2caad54d2d11383937f2194197ac.tar.bz2 openembedded-core-addbf84b3d3d2caad54d2d11383937f2194197ac.zip |
update-rc.d: 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/update-rc.d/update-rc.d_0.7.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb b/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb index 72d2cbdbc1..6fc6f6e1ab 100644 --- a/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb +++ b/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb @@ -1,4 +1,5 @@ SUMMARY = "manage symlinks in /etc/rcN.d" +HOMEPAGE = "http://github.com/philb/update-rc.d/" DESCRIPTION = "update-rc.d is a utility that allows the management of symlinks to the initscripts in the /etc/rcN.d directory structure." SECTION = "base" |