diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-08-03 10:52:43 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-08-03 10:52:43 +0000 |
commit | 9525f35eb1073c6e25a620b3b3fdedf5b5cb834a (patch) | |
tree | ca96f8c185695a460e7829a69b584049d04a1d36 /meta/packages/xorg-util | |
parent | d683a2f7b34c4920bf5c9fdd5aabb9a52e897890 (diff) | |
download | poky-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/packages/xorg-util')
-rw-r--r-- | meta/packages/xorg-util/makedepend-native_1.0.1.bb | 1 |
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 | |||
2 | inherit native | 2 | inherit native |
3 | 3 | ||
4 | DESCRIPTION = "create dependencies in makefiles" | 4 | DESCRIPTION = "create dependencies in makefiles" |
5 | DEPENDS = "xproto-native" | ||
5 | PR = "r1" | 6 | PR = "r1" |
6 | PE = "1" | 7 | PE = "1" |
7 | 8 | ||