From 2a6611c71ba09e1b2bc7701742640a0fa80cda9d Mon Sep 17 00:00:00 2001 From: Shane Wang Date: Thu, 15 Mar 2012 22:45:44 +0800 Subject: libxcb: upgrade to 1.8.1 (From OE-Core rev: 9084854652020f16a21e1214f7bb47cf0bd5a974) Signed-off-by: Shane Wang Signed-off-by: Richard Purdie --- meta/recipes-graphics/xcb/libxcb_1.8.1.bb | 13 +++++++++++++ meta/recipes-graphics/xcb/libxcb_1.8.bb | 13 ------------- 2 files changed, 13 insertions(+), 13 deletions(-) create mode 100644 meta/recipes-graphics/xcb/libxcb_1.8.1.bb delete mode 100644 meta/recipes-graphics/xcb/libxcb_1.8.bb (limited to 'meta/recipes-graphics') diff --git a/meta/recipes-graphics/xcb/libxcb_1.8.1.bb b/meta/recipes-graphics/xcb/libxcb_1.8.1.bb new file mode 100644 index 0000000000..1f39ca0d65 --- /dev/null +++ b/meta/recipes-graphics/xcb/libxcb_1.8.1.bb @@ -0,0 +1,13 @@ +include libxcb.inc + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7" + +PR = "r0" + +DEPENDS += "libpthread-stubs xcb-proto-native libxdmcp" + +PACKAGES =+ "libxcb-xinerama" + +SRC_URI[md5sum] = "9da03df9e2f4c048202920d9f6a7e123" +SRC_URI[sha256sum] = "d2f46811e950710e7e79e45615d24f2c7ec318b9de9dc717972723da58bffa0d" diff --git a/meta/recipes-graphics/xcb/libxcb_1.8.bb b/meta/recipes-graphics/xcb/libxcb_1.8.bb deleted file mode 100644 index fbf90c260d..0000000000 --- a/meta/recipes-graphics/xcb/libxcb_1.8.bb +++ /dev/null @@ -1,13 +0,0 @@ -include libxcb.inc - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7" - -PR = "r0" - -DEPENDS += "libpthread-stubs xcb-proto-native libxdmcp" - -PACKAGES =+ "libxcb-xinerama" - -SRC_URI[md5sum] = "eba59a8887ba6dbaa4cf337766f8d19d" -SRC_URI[sha256sum] = "25c3600bec104c5aa6e9f559bfe0011b0e223bde726b849b58f758c2d4e6fc5e" -- cgit v1.2.3-54-g00ecf