aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-util/imake_1.0.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-util/imake_1.0.4.bb')
-rw-r--r--meta/recipes-graphics/xorg-util/imake_1.0.4.bb9
1 files changed, 8 insertions, 1 deletions
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 @@
require xorg-util-common.inc
-DESCRIPTION = "C preprocessor interface to the make utility"
+SUMMARY = "C preprocessor interface to the make utility"
+
+DESCRIPTION = "Imake is used to generate Makefiles from a template, a \
+set of cpp macro functions, and a per-directory input file called an \
+Imakefile. This allows machine dependencies (such as compiler options, \
+alternate command names, and special make rules) to be kept separate \
+from the descriptions of the various items to be built."
+
DEPENDS = "util-macros"
RDEPENDS_${PN} = "perl xproto"