From 39b96435a8199a09c586ca0002ad447bf42058b8 Mon Sep 17 00:00:00 2001 From: Constantin Musca Date: Mon, 3 Dec 2012 17:23:36 +0200 Subject: libxcb: upgrade to 1.9 Signed-off-by: Constantin Musca Signed-off-by: Saul Wold --- meta/recipes-graphics/xcb/libxcb_1.8.1.bb | 13 ------------- meta/recipes-graphics/xcb/libxcb_1.9.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 meta/recipes-graphics/xcb/libxcb_1.8.1.bb create mode 100644 meta/recipes-graphics/xcb/libxcb_1.9.bb (limited to 'meta/recipes-graphics/xcb') diff --git a/meta/recipes-graphics/xcb/libxcb_1.8.1.bb b/meta/recipes-graphics/xcb/libxcb_1.8.1.bb deleted file mode 100644 index 52ff0b0a8c..0000000000 --- a/meta/recipes-graphics/xcb/libxcb_1.8.1.bb +++ /dev/null @@ -1,13 +0,0 @@ -include libxcb.inc - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7" - -PR = "r0" - -DEPENDS += "libxdmcp" - -PACKAGES =+ "libxcb-xinerama" - -SRC_URI[md5sum] = "9da03df9e2f4c048202920d9f6a7e123" -SRC_URI[sha256sum] = "d2f46811e950710e7e79e45615d24f2c7ec318b9de9dc717972723da58bffa0d" diff --git a/meta/recipes-graphics/xcb/libxcb_1.9.bb b/meta/recipes-graphics/xcb/libxcb_1.9.bb new file mode 100644 index 0000000000..f7da48c129 --- /dev/null +++ b/meta/recipes-graphics/xcb/libxcb_1.9.bb @@ -0,0 +1,13 @@ +include libxcb.inc + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7" + +PR = "r0" + +DEPENDS += "libxdmcp" + +PACKAGES =+ "libxcb-xinerama" + +SRC_URI[md5sum] = "2b05856e9d1cb37836aae7406f2f4ce2" +SRC_URI[sha256sum] = "8857e62b3aae2976c7e10043643e45a85964fd1dcb4469dfde0d04d3d1b12c96" -- cgit 1.2.3-korg