diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-07-02 14:21:35 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-07-02 14:21:35 +0000 |
commit | 08b2c3ba4f0d1586296fbc51a0c0a214f3bcf9fd (patch) | |
tree | 9d6316b825e88ee7ff04213edec82e3b23106f66 | |
parent | 797944f94727c9293a6cd3a453dc7e78f00766a7 (diff) | |
download | poky-08b2c3ba4f0d1586296fbc51a0c0a214f3bcf9fd.tar.gz |
imake: added missing dependency on util-macros
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4775 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/xorg-util/imake_1.0.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/packages/xorg-util/imake_1.0.2.bb b/meta/packages/xorg-util/imake_1.0.2.bb index deeb4477a1..e533ece461 100644 --- a/meta/packages/xorg-util/imake_1.0.2.bb +++ b/meta/packages/xorg-util/imake_1.0.2.bb | |||
@@ -1,6 +1,7 @@ | |||
1 | require xorg-util-common.inc | 1 | require xorg-util-common.inc |
2 | 2 | ||
3 | DESCRIPTION = "C preprocessor interface to the make utility" | 3 | DESCRIPTION = "C preprocessor interface to the make utility" |
4 | DEPENDS = "util-macros" | ||
4 | RDEPENDS = "perl xproto" | 5 | RDEPENDS = "perl xproto" |
5 | 6 | ||
6 | PR = "r1" | 7 | PR = "r1" |