diff options
| author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-07-04 09:27:00 +0000 |
|---|---|---|
| committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-07-04 09:27:00 +0000 |
| commit | b6ad88e4e08e13cd075cdf7c2b8e66f8a92e4cdc (patch) | |
| tree | aa2fd7dc964a81fe4e8a546a52abdaa0ae6754ce /meta/packages/xorg-app/xauth_1.0.2.bb | |
| parent | 8f0272c375ae8a9216ba08c72ed66409b568315e (diff) | |
| download | poky-b6ad88e4e08e13cd075cdf7c2b8e66f8a92e4cdc.tar.gz | |
xorg-app: 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@2095 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/xorg-app/xauth_1.0.2.bb')
| -rw-r--r-- | meta/packages/xorg-app/xauth_1.0.2.bb | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/meta/packages/xorg-app/xauth_1.0.2.bb b/meta/packages/xorg-app/xauth_1.0.2.bb index 45aaafb1ce..93ddf7e828 100644 --- a/meta/packages/xorg-app/xauth_1.0.2.bb +++ b/meta/packages/xorg-app/xauth_1.0.2.bb | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | require xorg-app-common.inc | 1 | require xorg-app-common.inc |
| 2 | PE = "1" | ||
| 3 | |||
| 4 | #DESCRIPTION = "" | ||
| 5 | |||
| 6 | DEPENDS += " virtual/libx11 libxau libxext libxmu" | ||
| 7 | 2 | ||
| 3 | DESCRIPTION = "X authority file utility" | ||
| 4 | DEPENDS += "libxau libxext libxmu" | ||
| 5 | PR = "r1" | ||
| 6 | PE = "1" | ||
