summaryrefslogtreecommitdiffstats
path: root/meta/packages/xorg-util/imake_1.0.2.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-07-04 10:25:04 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-07-04 10:25:04 +0000
commit366aeba2547596a56b14a39fdc4cf5d9db27969d (patch)
tree43bb47018a5cabcbf20ad25ed8d9e338d0fab315 /meta/packages/xorg-util/imake_1.0.2.bb
parentb6ad88e4e08e13cd075cdf7c2b8e66f8a92e4cdc (diff)
downloadpoky-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.bb6
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 @@
1require xorg-util-common.inc 1require xorg-util-common.inc
2 2
3DESCRIPTION = "imake utility" 3DESCRIPTION = "C preprocessor interface to the make utility"
4 4RDEPENDS = "perl xproto"
5DEPENDS += " perl xproto"
6 5
6PR = "r1"
7PE = "1" 7PE = "1"