From 8bcb64c0737e2322031a5579c1a3fa01d944b348 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Thu, 18 Nov 2010 17:43:33 -0600 Subject: recipes-devtools: Add Summary information Add Summary information and update Descripts as necessary. Signed-off-by: Mark Hatle --- meta/recipes-devtools/make/make.inc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'meta/recipes-devtools/make/make.inc') 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 @@ -DESCRIPTION = "GNU Make examines the timestamps on a set of \ -interdependent files, and, if necessary, issues commands \ -to bring them up-to-date." +SUMMARY = "GNU tool that controls the build process" +DESCRIPTION = "Make is a tool which controls the generation of executables and other non-source files of a \ +program from the program's source files. Make gets its knowledge of how to build your program from a file \ +called the makefile, which lists each of the non-source files and how to compute it from other files." HOMEPAGE = "http://www.gnu.org/software/make/" SECTION = "devel" LICENSE = "GPL" -- cgit v1.2.3-54-g00ecf