aboutsummaryrefslogtreecommitdiffstats
path: root/packages/xorg-util
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-08-17 16:23:11 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-08-17 16:23:11 +0000
commit57d9de9aaeb7f4c0d307ce3c64b0d91a5eb60e5b (patch)
treedf2e7fa8eff5c88c8b843dd94e55f4e68707ed79 /packages/xorg-util
parenta2dced2b4fd2e0fe1d2d5a60079d9743b8814f19 (diff)
downloadopenembedded-57d9de9aaeb7f4c0d307ce3c64b0d91a5eb60e5b.tar.gz
makedepend(-native): fix DEPENDS (taken from Poky) - close #2723
Diffstat (limited to 'packages/xorg-util')
-rw-r--r--packages/xorg-util/makedepend-native_1.0.1.bb4
-rw-r--r--packages/xorg-util/makedepend_1.0.1.bb3
2 files changed, 4 insertions, 3 deletions
diff --git a/packages/xorg-util/makedepend-native_1.0.1.bb b/packages/xorg-util/makedepend-native_1.0.1.bb
index 7fbe81a4a3..9facfc69fa 100644
--- a/packages/xorg-util/makedepend-native_1.0.1.bb
+++ b/packages/xorg-util/makedepend-native_1.0.1.bb
@@ -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"
diff --git a/packages/xorg-util/makedepend_1.0.1.bb b/packages/xorg-util/makedepend_1.0.1.bb
index 3605b51d49..e998bba1b0 100644
--- a/packages/xorg-util/makedepend_1.0.1.bb
+++ b/packages/xorg-util/makedepend_1.0.1.bb
@@ -1,5 +1,6 @@
require xorg-util-common.inc
DESCRIPTION = "create dependencies in makefiles"
-PR = "r1"
+DEPENDS = "xproto util-macros"
+PR = "r2"
PE = "1"
='cazfi/am14'>cazfi/am14 OpenEmbedded Core user contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-tbd/meta/external-poky-toolchain.bb
blob: a387ab3e60d54409ec320f7c3d7549aef493bac4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42