summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorHuang Qiyu <huangqy.fnst@cn.fujitsu.com>2017-09-18 11:40:09 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-21 09:05:49 +0100
commita9f6f48e7a7c1c93e4fe3b8c8bc2138e742f9391 (patch)
treec69c65b0d08c26fac6a0320228e815b7afd22bc3 /meta/recipes-core
parent5a9bf5ff045e9d3ed5c384c26c23315ce3f61107 (diff)
downloadpoky-a9f6f48e7a7c1c93e4fe3b8c8bc2138e742f9391.tar.gz
initscripts: Add HOMEPAGE info into recipe file.
(From OE-Core rev: 19f4e69c81653a4fa197fba2c46e48fcd554a12e) 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/recipes-core')
-rw-r--r--meta/recipes-core/initscripts/initscripts_1.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/initscripts/initscripts_1.0.bb b/meta/recipes-core/initscripts/initscripts_1.0.bb
index d627d2e30f..fea4f22e95 100644
--- a/meta/recipes-core/initscripts/initscripts_1.0.bb
+++ b/meta/recipes-core/initscripts/initscripts_1.0.bb
@@ -1,4 +1,5 @@
1SUMMARY = "SysV init scripts" 1SUMMARY = "SysV init scripts"
2HOMEPAGE = "https://github.com/fedora-sysv/initscripts"
2DESCRIPTION = "Initscripts provide the basic system startup initialization scripts for the system. These scripts include actions such as filesystem mounting, fsck, RTC manipulation and other actions routinely performed at system startup. In addition, the scripts are also used during system shutdown to reverse the actions performed at startup." 3DESCRIPTION = "Initscripts provide the basic system startup initialization scripts for the system. These scripts include actions such as filesystem mounting, fsck, RTC manipulation and other actions routinely performed at system startup. In addition, the scripts are also used during system shutdown to reverse the actions performed at startup."
3SECTION = "base" 4SECTION = "base"
4LICENSE = "GPLv2" 5LICENSE = "GPLv2"