diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-07-04 10:25:04 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-07-04 10:25:04 +0000 |
commit | 366aeba2547596a56b14a39fdc4cf5d9db27969d (patch) | |
tree | 43bb47018a5cabcbf20ad25ed8d9e338d0fab315 /meta/packages/xorg-util/imake_1.0.2.bb | |
parent | b6ad88e4e08e13cd075cdf7c2b8e66f8a92e4cdc (diff) | |
download | poky-366aeba2547596a56b14a39fdc4cf5d9db27969d.tar.gz |
xorg-util: X11 cleanup part 2: added DESCRIPTION fields, fixed DEPENDS lines, fixed order of fields
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2096 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/xorg-util/imake_1.0.2.bb')
-rw-r--r-- | meta/packages/xorg-util/imake_1.0.2.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/xorg-util/imake_1.0.2.bb b/meta/packages/xorg-util/imake_1.0.2.bb index 62611cc899..deeb4477a1 100644 --- a/meta/packages/xorg-util/imake_1.0.2.bb +++ b/meta/packages/xorg-util/imake_1.0.2.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require xorg-util-common.inc | 1 | require xorg-util-common.inc |
2 | 2 | ||
3 | DESCRIPTION = "imake utility" | 3 | DESCRIPTION = "C preprocessor interface to the make utility" |
4 | 4 | RDEPENDS = "perl xproto" | |
5 | DEPENDS += " perl xproto" | ||
6 | 5 | ||
6 | PR = "r1" | ||
7 | PE = "1" | 7 | PE = "1" |