summaryrefslogtreecommitdiffstats
path: root/meta/packages/xorg-util/makedepend-native_1.0.0.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/makedepend-native_1.0.0.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/makedepend-native_1.0.0.bb')
-rw-r--r--meta/packages/xorg-util/makedepend-native_1.0.0.bb9
1 files changed, 3 insertions, 6 deletions
diff --git a/meta/packages/xorg-util/makedepend-native_1.0.0.bb b/meta/packages/xorg-util/makedepend-native_1.0.0.bb
index 833d2daa92..554270e6e4 100644
--- a/meta/packages/xorg-util/makedepend-native_1.0.0.bb
+++ b/meta/packages/xorg-util/makedepend-native_1.0.0.bb
@@ -1,11 +1,8 @@
1require xorg-util-common.inc 1require xorg-util-common.inc
2inherit native 2inherit native
3 3
4#DESCRIPTION = "" 4DESCRIPTION = "create dependencies in makefiles"
5PR = "r1"
6PE = "1"
5 7
6XORG_PN = "makedepend" 8XORG_PN = "makedepend"
7S = "${WORKDIR}/makedepend-${PV}"
8
9DEPENDS += " util-macros-native xproto-native"
10
11PE = "1"