]> code.ossystems Code Review - openembedded-core.git/commitdiff
xdpyinfo: upgrade to 1.2.0
authorYu Ke <ke.yu@intel.com>
Fri, 14 Jan 2011 04:00:06 +0000 (12:00 +0800)
committerSaul Wold <sgw@linux.intel.com>
Tue, 18 Jan 2011 15:38:02 +0000 (07:38 -0800)
- 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>
meta/conf/distro/include/preferred-xorg-versions.inc
meta/recipes-graphics/xorg-app/xdpyinfo_1.2.0.bb [moved from meta/recipes-graphics/xorg-app/xdpyinfo_1.1.0.bb with 56% similarity]

index f0dd923da7e24cb65f517577b868c9f9f65412be..e3cba65382f0112d43d1fc4f02675a88ee44770a 100644 (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"
similarity index 56%
rename from meta/recipes-graphics/xorg-app/xdpyinfo_1.1.0.bb
rename to meta/recipes-graphics/xorg-app/xdpyinfo_1.2.0.bb
index ff5a58f6f638f03826b57cd91178d6a82e4a8392..e448d3c852b0f96d56fb17aa374e550707fa0f91 100644 (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"