From: Marcin Juszkiewicz Date: Wed, 2 Jul 2008 14:20:43 +0000 (+0000) Subject: lndir: added missing dependencies X-Git-Tag: 2011-1~8718 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1c8fbbef91859d8137920e7712add32b7c76b8d;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git lndir: added missing dependencies git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4773 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/packages/xorg-util/lndir_1.0.1.bb b/meta/packages/xorg-util/lndir_1.0.1.bb index 34309a6487c..b7bd0ad54a3 100644 --- a/meta/packages/xorg-util/lndir_1.0.1.bb +++ b/meta/packages/xorg-util/lndir_1.0.1.bb @@ -1,5 +1,6 @@ require xorg-util-common.inc DESCRIPTION = "create a shadow directory of symbolic links to another directory tree" +DEPENDS += "xproto util-macros" PR = "r1" PE = "1"