diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2010-11-18 17:44:37 -0600 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-16 15:53:08 +0000 |
commit | f992d6b4348bc2fde4a415bcc10b1a770aa9a0bc (patch) | |
tree | 81dceb41084e5ad3a6ecbe861239567eb68e52d2 /meta/recipes-extended/findutils | |
parent | 8bcb64c0737e2322031a5579c1a3fa01d944b348 (diff) | |
download | poky-f992d6b4348bc2fde4a415bcc10b1a770aa9a0bc.tar.gz |
recipes-extended: Add Summary information
Add Summary information and update descriptions as necessary.
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'meta/recipes-extended/findutils')
-rw-r--r-- | meta/recipes-extended/findutils/findutils.inc | 5 | ||||
-rw-r--r-- | meta/recipes-extended/findutils/findutils_4.2.31.bb | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/meta/recipes-extended/findutils/findutils.inc b/meta/recipes-extended/findutils/findutils.inc index 08ca2022ee..673eada910 100644 --- a/meta/recipes-extended/findutils/findutils.inc +++ b/meta/recipes-extended/findutils/findutils.inc | |||
@@ -1,4 +1,7 @@ | |||
1 | DESCRIPTION = "find, locate, and xargs binaries." | 1 | SUMMARY = "find, locate, and xargs binaries." |
2 | DESCRIPTION = "The GNU Find Utilities are the basic directory searching utilities of the GNU operating system. \ | ||
3 | These programs are typically used in conjunction with other programs to provide modular and powerful directory \ | ||
4 | search and file locating capabilities to other commands." | ||
2 | HOMEPAGE = "http://www.gnu.org/software/findutils/" | 5 | HOMEPAGE = "http://www.gnu.org/software/findutils/" |
3 | BUGTRACKER = "http://savannah.gnu.org/bugs/?group=findutils" | 6 | BUGTRACKER = "http://savannah.gnu.org/bugs/?group=findutils" |
4 | SECTION = "console/utils" | 7 | SECTION = "console/utils" |
diff --git a/meta/recipes-extended/findutils/findutils_4.2.31.bb b/meta/recipes-extended/findutils/findutils_4.2.31.bb index 2804a3ba3a..3e187b5e4e 100644 --- a/meta/recipes-extended/findutils/findutils_4.2.31.bb +++ b/meta/recipes-extended/findutils/findutils_4.2.31.bb | |||
@@ -1,4 +1,7 @@ | |||
1 | DESCRIPTION = "find, locate, and xargs binaries." | 1 | SUMMARY = "find, locate, and xargs binaries." |
2 | DESCRIPTION = "The GNU Find Utilities are the basic directory searching utilities of the GNU operating system. \ | ||
3 | These programs are typically used in conjunction with other programs to provide modular and powerful directory \ | ||
4 | search and file locating capabilities to other commands." | ||
2 | HOMEPAGE = "http://www.gnu.org/software/findutils/" | 5 | HOMEPAGE = "http://www.gnu.org/software/findutils/" |
3 | BUGTRACKER = "http://savannah.gnu.org/bugs/?group=findutils" | 6 | BUGTRACKER = "http://savannah.gnu.org/bugs/?group=findutils" |
4 | SECTION = "console/utils" | 7 | SECTION = "console/utils" |