From: Marcin Juszkiewicz Date: Wed, 2 Jul 2008 14:21:35 +0000 (+0000) Subject: imake: added missing dependency on util-macros X-Git-Tag: 2011-1~8716 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=08b2c3ba4f0d1586296fbc51a0c0a214f3bcf9fd;p=openembedded-core.git imake: added missing dependency on util-macros git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4775 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- 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 @@ require xorg-util-common.inc DESCRIPTION = "C preprocessor interface to the make utility" +DEPENDS = "util-macros" RDEPENDS = "perl xproto" PR = "r1"