]> code.ossystems Code Review - openembedded-core.git/commitdiff
makedepend-native: add DEPENDS on xproto-native - spotted by Crofton
authorMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 3 Aug 2007 10:52:43 +0000 (10:52 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 3 Aug 2007 10:52:43 +0000 (10:52 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2343 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/xorg-util/makedepend-native_1.0.1.bb

index 554270e6e42b1b9f0046786e69fd7288e0c94e49..7fbe81a4a37cb0e0f692203c9599d185f8b0eae6 100644 (file)
@@ -2,6 +2,7 @@ require xorg-util-common.inc
 inherit native
 
 DESCRIPTION = "create dependencies in makefiles"
+DEPENDS = "xproto-native"
 PR = "r1"
 PE = "1"