diff options
author | Matthieu Crapet <Matthieu.Crapet@ingenico.com> | 2014-02-14 18:15:36 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-17 15:27:56 +0000 |
commit | b5292d4115a4555a66b5e35acdc67dd71fb8577f (patch) | |
tree | 3dbf044a6c2fbe19deb7dc48b5864ee07a1aba08 /meta/recipes-devtools/autogen | |
parent | 46100431a726010645824a84850fd7bef8cc923b (diff) | |
download | openembedded-core-contrib-b5292d4115a4555a66b5e35acdc67dd71fb8577f.tar.gz |
recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issues
Rename SUMMARY with length > 80 to DESCRIPTION.
Note: don't bump PR
Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/autogen')
-rw-r--r-- | meta/recipes-devtools/autogen/autogen-native_5.18.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/autogen/autogen-native_5.18.2.bb b/meta/recipes-devtools/autogen/autogen-native_5.18.2.bb index c7950c3c6ae..98bdb597926 100644 --- a/meta/recipes-devtools/autogen/autogen-native_5.18.2.bb +++ b/meta/recipes-devtools/autogen/autogen-native_5.18.2.bb @@ -1,4 +1,4 @@ -SUMMARY = "AutoGen is a tool to manage programs that contain large amounts of repetitious text." +SUMMARY = "Automated text and program generation tool" DESCRIPTION = "AutoGen is a tool designed to simplify the creation and\ maintenance of programs that contain large amounts of repetitious text.\ It is especially valuable in programs that have several blocks of text\ |