summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-08-03 10:52:43 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-08-03 10:52:43 +0000
commit9525f35eb1073c6e25a620b3b3fdedf5b5cb834a (patch)
treeca96f8c185695a460e7829a69b584049d04a1d36 /meta
parentd683a2f7b34c4920bf5c9fdd5aabb9a52e897890 (diff)
downloadpoky-9525f35eb1073c6e25a620b3b3fdedf5b5cb834a.tar.gz
makedepend-native: add DEPENDS on xproto-native - spotted by Crofton
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2343 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/xorg-util/makedepend-native_1.0.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/packages/xorg-util/makedepend-native_1.0.1.bb b/meta/packages/xorg-util/makedepend-native_1.0.1.bb
index 554270e6e4..7fbe81a4a3 100644
--- a/meta/packages/xorg-util/makedepend-native_1.0.1.bb
+++ b/meta/packages/xorg-util/makedepend-native_1.0.1.bb
@@ -2,6 +2,7 @@ require xorg-util-common.inc
2inherit native 2inherit native
3 3
4DESCRIPTION = "create dependencies in makefiles" 4DESCRIPTION = "create dependencies in makefiles"
5DEPENDS = "xproto-native"
5PR = "r1" 6PR = "r1"
6PE = "1" 7PE = "1"
7 8