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/make | |
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/make')
-rw-r--r-- | meta/recipes-devtools/make/make.inc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-devtools/make/make.inc b/meta/recipes-devtools/make/make.inc index b7c353f947..d9e05594f9 100644 --- a/meta/recipes-devtools/make/make.inc +++ b/meta/recipes-devtools/make/make.inc | |||
@@ -1,6 +1,7 @@ | |||
1 | DESCRIPTION = "GNU Make examines the timestamps on a set of \ | 1 | SUMMARY = "GNU tool that controls the build process" |
2 | interdependent files, and, if necessary, issues commands \ | 2 | DESCRIPTION = "Make is a tool which controls the generation of executables and other non-source files of a \ |
3 | to bring them up-to-date." | 3 | program from the program's source files. Make gets its knowledge of how to build your program from a file \ |
4 | called the makefile, which lists each of the non-source files and how to compute it from other files." | ||
4 | HOMEPAGE = "http://www.gnu.org/software/make/" | 5 | HOMEPAGE = "http://www.gnu.org/software/make/" |
5 | SECTION = "devel" | 6 | SECTION = "devel" |
6 | LICENSE = "GPL" | 7 | LICENSE = "GPL" |