From d0a99ebd87b29c7d7ccb1a11c47e89c454d186fc Mon Sep 17 00:00:00 2001 From: Shane Wang Date: Thu, 15 Mar 2012 21:20:12 +0800 Subject: libxtst: upgrade to 1.2.1 (From OE-Core rev: 672046dd2676ff0ff1e44f14f83dbe40e1f14de0) Signed-off-by: Shane Wang Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-lib/libxtst_1.2.0.bb | 21 --------------------- meta/recipes-graphics/xorg-lib/libxtst_1.2.1.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-lib/libxtst_1.2.0.bb create mode 100644 meta/recipes-graphics/xorg-lib/libxtst_1.2.1.bb (limited to 'meta/recipes-graphics') diff --git a/meta/recipes-graphics/xorg-lib/libxtst_1.2.0.bb b/meta/recipes-graphics/xorg-lib/libxtst_1.2.0.bb deleted file mode 100644 index 2081f0ca92..0000000000 --- a/meta/recipes-graphics/xorg-lib/libxtst_1.2.0.bb +++ /dev/null @@ -1,21 +0,0 @@ -require xorg-lib-common.inc - -SUMMARY = "XTest: X Test extension library" - -DESCRIPTION = "This extension is a minimal set of client and server \ -extensions required to completely test the X11 server with no user \ -intervention." - -LICENSE = "MIT-style" -LIC_FILES_CHKSUM = "file://COPYING;md5=cba677ca25c42ad29ee8ff351b50ece8 \ - file://src/XTest.c;beginline=2;endline=32;md5=b1c8c9dff842b4d5b89ca5fa32c40e99" - -DEPENDS += "libxext recordproto inputproto libxi" -PROVIDES = "xtst" -PR = "r2" -PE = "1" - -XORG_PN = "libXtst" - -SRC_URI[md5sum] = "7c592c72da6676f8b0aeec9133b81686" -SRC_URI[sha256sum] = "7a2e0912b521f6bd8c392189874ba4a3b8168b0bba4c2143e073de53d8e85408" diff --git a/meta/recipes-graphics/xorg-lib/libxtst_1.2.1.bb b/meta/recipes-graphics/xorg-lib/libxtst_1.2.1.bb new file mode 100644 index 0000000000..88ba088bb5 --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libxtst_1.2.1.bb @@ -0,0 +1,21 @@ +require xorg-lib-common.inc + +SUMMARY = "XTest: X Test extension library" + +DESCRIPTION = "This extension is a minimal set of client and server \ +extensions required to completely test the X11 server with no user \ +intervention." + +LICENSE = "MIT-style" +LIC_FILES_CHKSUM = "file://COPYING;md5=cba677ca25c42ad29ee8ff351b50ece8 \ + file://src/XTest.c;beginline=2;endline=32;md5=b1c8c9dff842b4d5b89ca5fa32c40e99" + +DEPENDS += "libxext recordproto inputproto libxi" +PROVIDES = "xtst" +PR = "r0" +PE = "1" + +XORG_PN = "libXtst" + +SRC_URI[md5sum] = "e8abc5c00c666f551cf26aa53819d592" +SRC_URI[sha256sum] = "7eea3e66e392aca3f9dad6238198753c28e1c32fa4903cbb7739607a2504e5e0" -- cgit v1.2.3-54-g00ecf