diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-07-04 10:25:04 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-07-04 10:25:04 +0000 |
commit | 366aeba2547596a56b14a39fdc4cf5d9db27969d (patch) | |
tree | 43bb47018a5cabcbf20ad25ed8d9e338d0fab315 /meta/packages/xorg-util/lndir_1.0.1.bb | |
parent | b6ad88e4e08e13cd075cdf7c2b8e66f8a92e4cdc (diff) | |
download | poky-366aeba2547596a56b14a39fdc4cf5d9db27969d.tar.gz |
xorg-util: X11 cleanup part 2: added DESCRIPTION fields, fixed DEPENDS lines, fixed order of fields
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2096 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/xorg-util/lndir_1.0.1.bb')
-rw-r--r-- | meta/packages/xorg-util/lndir_1.0.1.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/packages/xorg-util/lndir_1.0.1.bb b/meta/packages/xorg-util/lndir_1.0.1.bb index a071d28660..34309a6487 100644 --- a/meta/packages/xorg-util/lndir_1.0.1.bb +++ b/meta/packages/xorg-util/lndir_1.0.1.bb | |||
@@ -1,7 +1,5 @@ | |||
1 | require xorg-util-common.inc | 1 | require xorg-util-common.inc |
2 | 2 | ||
3 | #DESCRIPTION = "" | 3 | DESCRIPTION = "create a shadow directory of symbolic links to another directory tree" |
4 | 4 | PR = "r1" | |
5 | DEPENDS += " xproto" | ||
6 | |||
7 | PE = "1" | 5 | PE = "1" |