]> code.ossystems Code Review - openembedded-core.git/commitdiff
xauth: upgrade to latest version 1.0.4
authorYu Ke <ke.yu@intel.com>
Wed, 23 Jun 2010 13:15:26 +0000 (21:15 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 29 Jun 2010 16:13:36 +0000 (17:13 +0100)
Signed-off-by: Yu Ke <ke.yu@intel.com>
meta/conf/distro/include/preferred-xorg-versions.inc
meta/packages/xorg-app/xauth_1.0.3.bb [deleted file]
meta/packages/xorg-app/xauth_1.0.4.bb [new file with mode: 0644]

index 28aee9cb4dfb1c09a48bb0826d4b594db9a253e8..3c57460ccdef1d69cf6896ff2c07152b96c215d1 100644 (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"
diff --git a/meta/packages/xorg-app/xauth_1.0.3.bb b/meta/packages/xorg-app/xauth_1.0.3.bb
deleted file mode 100644 (file)
index 93ddf7e..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-require xorg-app-common.inc
-
-DESCRIPTION = "X authority file utility"
-DEPENDS += "libxau libxext libxmu"
-PR = "r1"
-PE = "1"
diff --git a/meta/packages/xorg-app/xauth_1.0.4.bb b/meta/packages/xorg-app/xauth_1.0.4.bb
new file mode 100644 (file)
index 0000000..d5f3576
--- /dev/null
@@ -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"