From a440440363bf03fd2da572aad9a0ebda261cc594 Mon Sep 17 00:00:00 2001 From: Shane Wang Date: Thu, 15 Mar 2012 17:19:19 +0800 Subject: libxinerama: upgrade to 1.1.2 (From OE-Core rev: a018782f307265da602e24c6303f48c4c2fc4e78) Signed-off-by: Shane Wang Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-lib/libxinerama_1.1.1.bb | 21 --------------------- meta/recipes-graphics/xorg-lib/libxinerama_1.1.2.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-lib/libxinerama_1.1.1.bb create mode 100644 meta/recipes-graphics/xorg-lib/libxinerama_1.1.2.bb diff --git a/meta/recipes-graphics/xorg-lib/libxinerama_1.1.1.bb b/meta/recipes-graphics/xorg-lib/libxinerama_1.1.1.bb deleted file mode 100644 index cbd7d4c34a..0000000000 --- a/meta/recipes-graphics/xorg-lib/libxinerama_1.1.1.bb +++ /dev/null @@ -1,21 +0,0 @@ -require xorg-lib-common.inc - -SUMMARY = "Xinerama: Xinerama extension library" - -DESCRIPTION = "Xinerama is a simple library designed to interface the \ -Xinerama Extension for retrieving information about physical output \ -devices which may be combined into a single logical X screen." - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=6f4f634d1643a2e638bba3fcd19c2536 \ - file://src/Xinerama.c;beginline=2;endline=25;md5=fcef273bfb66339256411dd06ea79c02" - -DEPENDS += "libxext xineramaproto" -PROVIDES = "xinerama" -PR = "r3" -PE = "1" - -XORG_PN = "libXinerama" - -SRC_URI[md5sum] = "ecd4839ad01f6f637c6fb5327207f89b" -SRC_URI[sha256sum] = "bbe2b4a0e8ccf01a40f02c429c8418bd1fe652fd2c6f05d487e1319599d6779f" diff --git a/meta/recipes-graphics/xorg-lib/libxinerama_1.1.2.bb b/meta/recipes-graphics/xorg-lib/libxinerama_1.1.2.bb new file mode 100644 index 0000000000..d35134822d --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libxinerama_1.1.2.bb @@ -0,0 +1,21 @@ +require xorg-lib-common.inc + +SUMMARY = "Xinerama: Xinerama extension library" + +DESCRIPTION = "Xinerama is a simple library designed to interface the \ +Xinerama Extension for retrieving information about physical output \ +devices which may be combined into a single logical X screen." + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=6f4f634d1643a2e638bba3fcd19c2536 \ + file://src/Xinerama.c;beginline=2;endline=25;md5=fcef273bfb66339256411dd06ea79c02" + +DEPENDS += "libxext xineramaproto" +PROVIDES = "xinerama" +PR = "r0" +PE = "1" + +XORG_PN = "libXinerama" + +SRC_URI[md5sum] = "cb45d6672c93a608f003b6404f1dd462" +SRC_URI[sha256sum] = "a4e77c2fd88372e4ae365f3ca0434a23613da96c5b359b1a64bf43614ec06aac" -- cgit v1.2.3-54-g00ecf