summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorHuang Qiyu <huangqy.fnst@cn.fujitsu.com>2017-09-26 10:36:35 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-10-07 23:20:39 +0100
commitb176cd332c061148eddcfec7b177392edfbe7f8c (patch)
tree6c6d098bedec3d53d22b70c5502de0e3124f7fa8 /meta
parent4a56d26c11932b9455bd56865b86416db8345cfb (diff)
downloadpoky-b176cd332c061148eddcfec7b177392edfbe7f8c.tar.gz
update-rc.d: Add HOMEPAGE info into recipe file.
(From OE-Core rev: addbf84b3d3d2caad54d2d11383937f2194197ac) 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>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/update-rc.d/update-rc.d_0.7.bb1
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 @@
1SUMMARY = "manage symlinks in /etc/rcN.d" 1SUMMARY = "manage symlinks in /etc/rcN.d"
2HOMEPAGE = "http://github.com/philb/update-rc.d/"
2DESCRIPTION = "update-rc.d is a utility that allows the management of symlinks to the initscripts in the /etc/rcN.d directory structure." 3DESCRIPTION = "update-rc.d is a utility that allows the management of symlinks to the initscripts in the /etc/rcN.d directory structure."
3SECTION = "base" 4SECTION = "base"
4 5