makedepend(-native): fix DEPENDS (taken from Poky) - close #2723
authorMarcin Juszkiewicz <hrw@openembedded.org>
Fri, 17 Aug 2007 16:23:11 +0000 (16:23 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Fri, 17 Aug 2007 16:23:11 +0000 (16:23 +0000)
packages/xorg-util/makedepend-native_1.0.1.bb
packages/xorg-util/makedepend_1.0.1.bb

index 7fbe81a..9facfc6 100644 (file)
@@ -2,8 +2,8 @@ require xorg-util-common.inc
 inherit native
 
 DESCRIPTION = "create dependencies in makefiles"
-DEPENDS = "xproto-native"
-PR = "r1"
+DEPENDS = "xproto-native util-macros-native"
+PR = "r2"
 PE = "1"
 
 XORG_PN = "makedepend"
index 3605b51..e998bba 100644 (file)
@@ -1,5 +1,6 @@
 require xorg-util-common.inc
 
 DESCRIPTION = "create dependencies in makefiles"
-PR = "r1"
+DEPENDS = "xproto util-macros"
+PR = "r2"
 PE = "1"