summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-util
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2011-02-02 08:43:42 -0600
committerSaul Wold <sgw@linux.intel.com>2011-02-03 08:49:22 -0800
commit9ee3c77f4e23081e8fa30f66afec4330b8d07562 (patch)
tree1e4870b62ff394f3591aa11557588f636545456e /meta/recipes-graphics/xorg-util
parent30f5eead402d638183201f4f4e52cd59a8da6f4c (diff)
downloadpoky-9ee3c77f4e23081e8fa30f66afec4330b8d07562.tar.gz
recipes-graphics: Add more detailed SUMMARY and DESCRIPTIONS
Add more detailed SUMMARY and DESCRIPTIONS to various graphics and graphics related components. I've recently gotten question from users what something is, or why it was needed.. this should go a long way toward answering those questions. Many of the descriptions were taken directly from the upstream location, where one was not available the Debian packages were consulted for information. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-util')
-rw-r--r--meta/recipes-graphics/xorg-util/gccmakedep_1.0.2.bb6
-rw-r--r--meta/recipes-graphics/xorg-util/imake_1.0.4.bb9
-rw-r--r--meta/recipes-graphics/xorg-util/makedepend_1.0.3.bb10
-rw-r--r--meta/recipes-graphics/xorg-util/util-macros_1.11.0.bb4
4 files changed, 26 insertions, 3 deletions
diff --git a/meta/recipes-graphics/xorg-util/gccmakedep_1.0.2.bb b/meta/recipes-graphics/xorg-util/gccmakedep_1.0.2.bb
index a42745fc8a..23cef63ea2 100644
--- a/meta/recipes-graphics/xorg-util/gccmakedep_1.0.2.bb
+++ b/meta/recipes-graphics/xorg-util/gccmakedep_1.0.2.bb
@@ -1,3 +1,9 @@
1SUMMARY = "Program to create dependencies in makefiles"
2
3DESCRIPTION = "The gccmakedep program calls 'gcc -M' to output makefile \
4rules describing the dependencies of each sourcefile, so that make knows \
5which object files must be recompiled when a dependency has changed."
6
1require xorg-util-common.inc 7require xorg-util-common.inc
2LIC_FILES_CHKSUM = "file://Makefile.am;endline=20;md5=23c277396d690413245ebb89b18c5d4d" 8LIC_FILES_CHKSUM = "file://Makefile.am;endline=20;md5=23c277396d690413245ebb89b18c5d4d"
3DESCRIPTION = "create dependencies in makefiles using 'gcc -M'" 9DESCRIPTION = "create dependencies in makefiles using 'gcc -M'"
diff --git a/meta/recipes-graphics/xorg-util/imake_1.0.4.bb b/meta/recipes-graphics/xorg-util/imake_1.0.4.bb
index d770590e1c..9202317e10 100644
--- a/meta/recipes-graphics/xorg-util/imake_1.0.4.bb
+++ b/meta/recipes-graphics/xorg-util/imake_1.0.4.bb
@@ -1,6 +1,13 @@
1require xorg-util-common.inc 1require xorg-util-common.inc
2 2
3DESCRIPTION = "C preprocessor interface to the make utility" 3SUMMARY = "C preprocessor interface to the make utility"
4
5DESCRIPTION = "Imake is used to generate Makefiles from a template, a \
6set of cpp macro functions, and a per-directory input file called an \
7Imakefile. This allows machine dependencies (such as compiler options, \
8alternate command names, and special make rules) to be kept separate \
9from the descriptions of the various items to be built."
10
4DEPENDS = "util-macros" 11DEPENDS = "util-macros"
5RDEPENDS_${PN} = "perl xproto" 12RDEPENDS_${PN} = "perl xproto"
6 13
diff --git a/meta/recipes-graphics/xorg-util/makedepend_1.0.3.bb b/meta/recipes-graphics/xorg-util/makedepend_1.0.3.bb
index a103700d84..342d1b8441 100644
--- a/meta/recipes-graphics/xorg-util/makedepend_1.0.3.bb
+++ b/meta/recipes-graphics/xorg-util/makedepend_1.0.3.bb
@@ -1,6 +1,14 @@
1require xorg-util-common.inc 1require xorg-util-common.inc
2 2
3DESCRIPTION = "create dependencies in makefiles" 3SUMMARY = "create dependencies in makefiles"
4
5DESCRIPTION = "The makedepend program reads each sourcefile in sequence \
6and parses it like a C-preprocessor, processing all #include, #define, \
7#undef, #ifdef, #ifndef, #endif, #if, #elif and #else directives so that \
8it can correctly tell which #include, directives would be used in a \
9compilation. Any #include, directives can reference files having other \
10#include directives, and parsing will occur in these files as well."
11
4DEPENDS = "xproto util-macros" 12DEPENDS = "xproto util-macros"
5PR = "r0" 13PR = "r0"
6PE = "1" 14PE = "1"
diff --git a/meta/recipes-graphics/xorg-util/util-macros_1.11.0.bb b/meta/recipes-graphics/xorg-util/util-macros_1.11.0.bb
index 7130ea2b79..82423266f2 100644
--- a/meta/recipes-graphics/xorg-util/util-macros_1.11.0.bb
+++ b/meta/recipes-graphics/xorg-util/util-macros_1.11.0.bb
@@ -1,4 +1,6 @@
1DESCRIPTION = "X autotools macros" 1SUMMARY = "X autotools macros"
2
3DESCRIPTION = "M4 autotools macros used by various X.org programs."
2 4
3require xorg-util-common.inc 5require xorg-util-common.inc
4 6