diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2010-11-18 17:43:33 -0600 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-16 15:53:08 +0000 |
commit | 8bcb64c0737e2322031a5579c1a3fa01d944b348 (patch) | |
tree | 5ee6a7ae1271334d6892636893c681f51990940c /meta/recipes-devtools/insserv | |
parent | 2e0a8afe9849383303d515d49c2a7aef9b4ba00e (diff) | |
download | poky-8bcb64c0737e2322031a5579c1a3fa01d944b348.tar.gz |
recipes-devtools: Add Summary information
Add Summary information and update Descripts as necessary.
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'meta/recipes-devtools/insserv')
-rw-r--r-- | meta/recipes-devtools/insserv/insserv_1.14.0.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-devtools/insserv/insserv_1.14.0.bb b/meta/recipes-devtools/insserv/insserv_1.14.0.bb index 75f79d9cad..ec43b3bf12 100644 --- a/meta/recipes-devtools/insserv/insserv_1.14.0.bb +++ b/meta/recipes-devtools/insserv/insserv_1.14.0.bb | |||
@@ -1,5 +1,6 @@ | |||
1 | SUMMARY = "Enable an installed system init script" | 1 | SUMMARY = "Boot sequence organizer using LSB init.d dependencies" |
2 | DESCRIPTION = "Enable an installed system init script by reading the comment header of the script" | 2 | DESCRIPTION = "This utility reorders the init.d boot scripts based on dependencies given in scripts' LSB comment \ |
3 | headers, or in override files included in this package or added in /etc/insserv." | ||
3 | # There is no known home page for insserv | 4 | # There is no known home page for insserv |
4 | SECTION = "base" | 5 | SECTION = "base" |
5 | PRIORITY = "optional" | 6 | PRIORITY = "optional" |