diff options
author | Yu Ke <ke.yu@intel.com> | 2011-01-14 12:00:06 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-01-18 07:38:02 -0800 |
commit | 2a69187e068b8efdb65480ec892fdd9f8b163c5b (patch) | |
tree | 01f5af240ec1544fcf1b7ee282d69fc4eafb5dc3 /meta/conf | |
parent | bacfa12b016c023d265f7959f8256a5b8acbe6b2 (diff) | |
download | openembedded-core-2a69187e068b8efdb65480ec892fdd9f8b163c5b.tar.gz openembedded-core-2a69187e068b8efdb65480ec892fdd9f8b163c5b.tar.bz2 openembedded-core-2a69187e068b8efdb65480ec892fdd9f8b163c5b.zip |
xdpyinfo: upgrade to 1.2.0
- update license checksume due to the commit "COPYING: replace stub with actual copyright notice". it provide more accurate license info. the license type is unchanged.
Signed-off-by: Yu Ke <ke.yu@intel.com>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/include/preferred-xorg-versions.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/include/preferred-xorg-versions.inc b/meta/conf/distro/include/preferred-xorg-versions.inc index f0dd923da7..e3cba65382 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.5" PREFERRED_VERSION_xcmiscproto ?= "1.2.1" PREFERRED_VERSION_xcmiscproto-native ?= "1.2.1" PREFERRED_VERSION_xcmiscproto-nativesdk ?= "1.2.1" -PREFERRED_VERSION_xdpyinfo ?= "1.1.0" +PREFERRED_VERSION_xdpyinfo ?= "1.2.0" PREFERRED_VERSION_xev ?= "1.0.3" PREFERRED_VERSION_xextproto ?= "7.1.2" PREFERRED_VERSION_xextproto-native ?= "7.1.2" |