diff options
| author | Yu Ke <ke.yu@intel.com> | 2010-06-23 21:15:26 +0800 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-29 17:13:36 +0100 |
| commit | ec68b8ac041b9796b1e795967bf3ba53a3e6612a (patch) | |
| tree | 92a333fa5c691dd695700c4f388eaaecd8ee150b | |
| parent | dccc9dddb7052252650b4f40c5e11027bb71d970 (diff) | |
| download | poky-ec68b8ac041b9796b1e795967bf3ba53a3e6612a.tar.gz | |
xauth: upgrade to latest version 1.0.4
Signed-off-by: Yu Ke <ke.yu@intel.com>
| -rw-r--r-- | meta/conf/distro/include/preferred-xorg-versions.inc | 2 | ||||
| -rw-r--r-- | meta/packages/xorg-app/xauth_1.0.3.bb | 6 | ||||
| -rw-r--r-- | meta/packages/xorg-app/xauth_1.0.4.bb | 10 |
3 files changed, 11 insertions, 7 deletions
diff --git a/meta/conf/distro/include/preferred-xorg-versions.inc b/meta/conf/distro/include/preferred-xorg-versions.inc index 28aee9cb4d..3c57460ccd 100644 --- a/meta/conf/distro/include/preferred-xorg-versions.inc +++ b/meta/conf/distro/include/preferred-xorg-versions.inc | |||
| @@ -98,7 +98,7 @@ PREFERRED_VERSION_util-macros-native ?= "1.6.0" | |||
| 98 | PREFERRED_VERSION_videoproto ?= "2.3.0" | 98 | PREFERRED_VERSION_videoproto ?= "2.3.0" |
| 99 | PREFERRED_VERSION_windowswmproto ?= "1.0.4" | 99 | PREFERRED_VERSION_windowswmproto ?= "1.0.4" |
| 100 | PREFERRED_VERSION_x11perf ?= "1.5" | 100 | PREFERRED_VERSION_x11perf ?= "1.5" |
| 101 | PREFERRED_VERSION_xauth ?= "1.0.3" | 101 | PREFERRED_VERSION_xauth ?= "1.0.4" |
| 102 | PREFERRED_VERSION_xcmiscproto ?= "1.2.0" | 102 | PREFERRED_VERSION_xcmiscproto ?= "1.2.0" |
| 103 | PREFERRED_VERSION_xcmiscproto-native ?= "1.2.0" | 103 | PREFERRED_VERSION_xcmiscproto-native ?= "1.2.0" |
| 104 | PREFERRED_VERSION_xcmiscproto-nativesdk ?= "1.2.0" | 104 | 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 index 93ddf7e828..0000000000 --- a/meta/packages/xorg-app/xauth_1.0.3.bb +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | require xorg-app-common.inc | ||
| 2 | |||
| 3 | DESCRIPTION = "X authority file utility" | ||
| 4 | DEPENDS += "libxau libxext libxmu" | ||
| 5 | PR = "r1" | ||
| 6 | 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 index 0000000000..d5f35768af --- /dev/null +++ b/meta/packages/xorg-app/xauth_1.0.4.bb | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | require xorg-app-common.inc | ||
| 2 | |||
| 3 | DESCRIPTION = "X application to edit and display the authorization \ | ||
| 4 | information used in connecting to the X server" | ||
| 5 | |||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=5ec74dd7ea4d10c4715a7c44f159a40b" | ||
| 7 | |||
| 8 | DEPENDS += "libxau libxext libxmu" | ||
| 9 | PR = "r0" | ||
| 10 | PE = "1" | ||
