summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-07-02 14:21:56 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-07-02 14:21:56 +0000
commit3a7ed03f2530130c39377a13feffa8bbb8152039 (patch)
tree0db60b89b9381be8bc3065d68d403d502f962e66 /meta
parent08b2c3ba4f0d1586296fbc51a0c0a214f3bcf9fd (diff)
downloadopenembedded-core-contrib-3a7ed03f2530130c39377a13feffa8bbb8152039.tar.gz
gccmakedep: added missing dependency on util-macros
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4776 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/xorg-util/gccmakedep_1.0.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/packages/xorg-util/gccmakedep_1.0.2.bb b/meta/packages/xorg-util/gccmakedep_1.0.2.bb
index 3abfa037a2..b1035676ca 100644
--- a/meta/packages/xorg-util/gccmakedep_1.0.2.bb
+++ b/meta/packages/xorg-util/gccmakedep_1.0.2.bb
@@ -1,6 +1,7 @@
require xorg-util-common.inc
DESCRIPTION = "create dependencies in makefiles using 'gcc -M'"
+DEPENDS = "util-macros"
RDEPENDS = "gcc"
PR = "r2"