1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 00:59:48 +00:00

lndir: added missing dependencies

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4773 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2008-07-02 14:20:43 +00:00
parent 853c8819e7
commit d1c8fbbef9
+1
View File
@@ -1,5 +1,6 @@
require xorg-util-common.inc require xorg-util-common.inc
DESCRIPTION = "create a shadow directory of symbolic links to another directory tree" DESCRIPTION = "create a shadow directory of symbolic links to another directory tree"
DEPENDS += "xproto util-macros"
PR = "r1" PR = "r1"
PE = "1" PE = "1"