diff options
| author | Yu Ke <ke.yu@intel.com> | 2010-06-23 21:15:27 +0800 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-29 17:13:36 +0100 |
| commit | 1572a23705401d7c849fabe5601f4fc5c25dde4b (patch) | |
| tree | f879a6b6db08d68fe6148fb668e2c3103912db14 | |
| parent | ec68b8ac041b9796b1e795967bf3ba53a3e6612a (diff) | |
| download | poky-1572a23705401d7c849fabe5601f4fc5c25dde4b.tar.gz | |
xdpyinfo: upgrade to latest version 1.1.0
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/xdpyinfo_1.1.0.bb (renamed from meta/packages/xorg-app/xdpyinfo_1.0.3.bb) | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/conf/distro/include/preferred-xorg-versions.inc b/meta/conf/distro/include/preferred-xorg-versions.inc index 3c57460ccd..256d39805b 100644 --- a/meta/conf/distro/include/preferred-xorg-versions.inc +++ b/meta/conf/distro/include/preferred-xorg-versions.inc | |||
| @@ -102,7 +102,7 @@ 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" |
| 105 | PREFERRED_VERSION_xdpyinfo ?= "1.0.3" | 105 | PREFERRED_VERSION_xdpyinfo ?= "1.1.0" |
| 106 | PREFERRED_VERSION_xev ?= "1.0.3" | 106 | PREFERRED_VERSION_xev ?= "1.0.3" |
| 107 | PREFERRED_VERSION_xextproto ?= "7.1.0" | 107 | PREFERRED_VERSION_xextproto ?= "7.1.0" |
| 108 | PREFERRED_VERSION_xextproto-native ?= "7.1.0" | 108 | PREFERRED_VERSION_xextproto-native ?= "7.1.0" |
diff --git a/meta/packages/xorg-app/xdpyinfo_1.0.3.bb b/meta/packages/xorg-app/xdpyinfo_1.1.0.bb index 4764a7089f..f5d47e1392 100644 --- a/meta/packages/xorg-app/xdpyinfo_1.0.3.bb +++ b/meta/packages/xorg-app/xdpyinfo_1.1.0.bb | |||
| @@ -1,11 +1,11 @@ | |||
| 1 | require xorg-app-common.inc | 1 | require xorg-app-common.inc |
| 2 | 2 | ||
| 3 | DESCRIPTION = "X display information utility" | 3 | DESCRIPTION = "X display information utility" |
| 4 | LICENSE = "MIT" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4641deddaa80fe7ca88e944e1fd94a94" |
| 5 | DEPENDS += "libxtst libxext libxxf86vm libxxf86dga libxxf86misc libxi libxrender libxinerama libdmx libxp libxau" | 5 | DEPENDS += "libxtst libxext libxxf86vm libxxf86dga libxxf86misc libxi libxrender libxinerama libdmx libxp libxau" |
| 6 | PR = "r1" | 6 | PR = "r0" |
| 7 | PE = "1" | 7 | PE = "1" |
| 8 | 8 | ||
| 9 | SRC_URI += "file://disable-xkb.patch;patch=1" | 9 | SRC_URI += "file://disable-xkb.patch" |
| 10 | 10 | ||
| 11 | EXTRA_OECONF = "--disable-xkb" | 11 | EXTRA_OECONF = "--disable-xkb" |
