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/autoconf | |
parent | 2e0a8afe9849383303d515d49c2a7aef9b4ba00e (diff) | |
download | openembedded-core-8bcb64c0737e2322031a5579c1a3fa01d944b348.tar.gz openembedded-core-8bcb64c0737e2322031a5579c1a3fa01d944b348.tar.bz2 openembedded-core-8bcb64c0737e2322031a5579c1a3fa01d944b348.zip |
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/autoconf')
-rw-r--r-- | meta/recipes-devtools/autoconf/autoconf.inc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-devtools/autoconf/autoconf.inc b/meta/recipes-devtools/autoconf/autoconf.inc index 8816a66d32..47b2b844eb 100644 --- a/meta/recipes-devtools/autoconf/autoconf.inc +++ b/meta/recipes-devtools/autoconf/autoconf.inc @@ -1,5 +1,7 @@ -DESCRIPTION = "A package of M4 macros to produce scripts to \ -automatically configure sourcecode." +SUMMARY = "A GNU tool that procuded shell scripts to automatically configure software." +DESCRIPTION = "Autoconf is an extensible package of M4 macros that produce shell scripts to automatically \ +configure software source code packages. Autoconf creates a configuration script for a package from a template \ +file that lists the operating system features that the package can use, in the form of M4 macro calls." LICENSE = "GPLv3" HOMEPAGE = "http://www.gnu.org/software/autoconf/" SECTION = "devel" |