]> code.ossystems Code Review - openembedded-core.git/commitdiff
imake: added missing dependency on util-macros
authorMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 2 Jul 2008 14:21:35 +0000 (14:21 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 2 Jul 2008 14:21:35 +0000 (14:21 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4775 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/xorg-util/imake_1.0.2.bb

index deeb4477a1bf1af725246789464167bbd3f22f0c..e533ece461fb265ea9a91aa0c6019eba2ac16344 100644 (file)
@@ -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"