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/recipes-graphics/xorg-app | |
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/recipes-graphics/xorg-app')
-rw-r--r-- | meta/recipes-graphics/xorg-app/xdpyinfo_1.2.0.bb (renamed from meta/recipes-graphics/xorg-app/xdpyinfo_1.1.0.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-graphics/xorg-app/xdpyinfo_1.1.0.bb b/meta/recipes-graphics/xorg-app/xdpyinfo_1.2.0.bb index ff5a58f6f6..e448d3c852 100644 --- a/meta/recipes-graphics/xorg-app/xdpyinfo_1.1.0.bb +++ b/meta/recipes-graphics/xorg-app/xdpyinfo_1.2.0.bb @@ -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" |