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>
This commit is contained in:
Yu Ke 2011-01-14 12:00:06 +08:00 committed by Saul Wold
parent bacfa12b01
commit 2a69187e06
2 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -1,14 +1,14 @@
require xorg-app-common.inc
DESCRIPTION = "X display information utility"
LIC_FILES_CHKSUM = "file://COPYING;md5=4641deddaa80fe7ca88e944e1fd94a94"
LIC_FILES_CHKSUM = "file://COPYING;md5=f3d09e6b9e203a1af489e16c708f4fb3"
DEPENDS += "libxtst libxext libxxf86vm libxxf86dga libxxf86misc libxi libxrender libxinerama libdmx libxp libxau"
PR = "r0"
PE = "1"
SRC_URI += "file://disable-xkb.patch"
SRC_URI[md5sum] = "d1d516610316138105cd07064b257c5c"
SRC_URI[sha256sum] = "780d8dfe65653f42ee26d35928ab7f72f5f27ab08eda692fe4baad05126a0631"
SRC_URI[md5sum] = "c52fda7bbc80e74b7839f29298cb1d77"
SRC_URI[sha256sum] = "fe5bad498ecfbf21f9a2a18eee5ece9de5d52f68878f250db8f575c9b872b5ce"
EXTRA_OECONF = "--disable-xkb"