diff options
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.bb | 9 |
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 @@ | |||
1 | require xorg-util-common.inc | 1 | require xorg-util-common.inc |
2 | 2 | ||
3 | DESCRIPTION = "C preprocessor interface to the make utility" | 3 | SUMMARY = "C preprocessor interface to the make utility" |
4 | |||
5 | DESCRIPTION = "Imake is used to generate Makefiles from a template, a \ | ||
6 | set of cpp macro functions, and a per-directory input file called an \ | ||
7 | Imakefile. This allows machine dependencies (such as compiler options, \ | ||
8 | alternate command names, and special make rules) to be kept separate \ | ||
9 | from the descriptions of the various items to be built." | ||
10 | |||
4 | DEPENDS = "util-macros" | 11 | DEPENDS = "util-macros" |
5 | RDEPENDS_${PN} = "perl xproto" | 12 | RDEPENDS_${PN} = "perl xproto" |
6 | 13 | ||