xauth: upgrade to latest version 1.0.4

Signed-off-by: Yu Ke <ke.yu@intel.com>
This commit is contained in:
Yu Ke 2010-06-23 21:15:26 +08:00 committed by Richard Purdie
parent dccc9dddb7
commit ec68b8ac04
3 changed files with 11 additions and 7 deletions

View File

@ -98,7 +98,7 @@ PREFERRED_VERSION_util-macros-native ?= "1.6.0"
PREFERRED_VERSION_videoproto ?= "2.3.0"
PREFERRED_VERSION_windowswmproto ?= "1.0.4"
PREFERRED_VERSION_x11perf ?= "1.5"
PREFERRED_VERSION_xauth ?= "1.0.3"
PREFERRED_VERSION_xauth ?= "1.0.4"
PREFERRED_VERSION_xcmiscproto ?= "1.2.0"
PREFERRED_VERSION_xcmiscproto-native ?= "1.2.0"
PREFERRED_VERSION_xcmiscproto-nativesdk ?= "1.2.0"

View File

@ -1,6 +0,0 @@
require xorg-app-common.inc
DESCRIPTION = "X authority file utility"
DEPENDS += "libxau libxext libxmu"
PR = "r1"
PE = "1"

View File

@ -0,0 +1,10 @@
require xorg-app-common.inc
DESCRIPTION = "X application to edit and display the authorization \
information used in connecting to the X server"
LIC_FILES_CHKSUM = "file://COPYING;md5=5ec74dd7ea4d10c4715a7c44f159a40b"
DEPENDS += "libxau libxext libxmu"
PR = "r0"
PE = "1"