summaryrefslogtreecommitdiffstats
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 @@
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