From 2a69187e068b8efdb65480ec892fdd9f8b163c5b Mon Sep 17 00:00:00 2001 From: Yu Ke Date: Fri, 14 Jan 2011 12:00:06 +0800 Subject: 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 --- meta/recipes-graphics/xorg-app/xdpyinfo_1.1.0.bb | 14 -------------- meta/recipes-graphics/xorg-app/xdpyinfo_1.2.0.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-app/xdpyinfo_1.1.0.bb create mode 100644 meta/recipes-graphics/xorg-app/xdpyinfo_1.2.0.bb (limited to 'meta/recipes-graphics/xorg-app') diff --git a/meta/recipes-graphics/xorg-app/xdpyinfo_1.1.0.bb b/meta/recipes-graphics/xorg-app/xdpyinfo_1.1.0.bb deleted file mode 100644 index ff5a58f6f6..0000000000 --- a/meta/recipes-graphics/xorg-app/xdpyinfo_1.1.0.bb +++ /dev/null @@ -1,14 +0,0 @@ -require xorg-app-common.inc - -DESCRIPTION = "X display information utility" -LIC_FILES_CHKSUM = "file://COPYING;md5=4641deddaa80fe7ca88e944e1fd94a94" -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" - -EXTRA_OECONF = "--disable-xkb" diff --git a/meta/recipes-graphics/xorg-app/xdpyinfo_1.2.0.bb b/meta/recipes-graphics/xorg-app/xdpyinfo_1.2.0.bb new file mode 100644 index 0000000000..e448d3c852 --- /dev/null +++ b/meta/recipes-graphics/xorg-app/xdpyinfo_1.2.0.bb @@ -0,0 +1,14 @@ +require xorg-app-common.inc + +DESCRIPTION = "X display information utility" +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] = "c52fda7bbc80e74b7839f29298cb1d77" +SRC_URI[sha256sum] = "fe5bad498ecfbf21f9a2a18eee5ece9de5d52f68878f250db8f575c9b872b5ce" + +EXTRA_OECONF = "--disable-xkb" -- cgit v1.2.3-54-g00ecf