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/m4 | |
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/m4')
-rw-r--r-- | meta/recipes-devtools/m4/m4_1.4.15.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-devtools/m4/m4_1.4.15.bb b/meta/recipes-devtools/m4/m4_1.4.15.bb index 908bc10e86..586071f672 100644 --- a/meta/recipes-devtools/m4/m4_1.4.15.bb +++ b/meta/recipes-devtools/m4/m4_1.4.15.bb @@ -1,4 +1,7 @@ -DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro processor." +SUMMARY = "Traditional Unix macro processor" +DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 \ +compatible although it has some extensions (for example, handling more than 9 positional parameters to macros). \ +GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc." LICENSE = "GPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504\ file://examples/COPYING;md5=380fd7d57d3fd009a5716e074a845d6d" |