From 74a803358eb95fda982bc5a2dcdee7461cc971be Mon Sep 17 00:00:00 2001 From: Ionut Radu Date: Wed, 26 Jun 2013 19:45:35 +0300 Subject: libxcb: Updated from 1.9 to 1.9.1 Signed-off-by: Ionut Radu Signed-off-by: Saul Wold --- meta/recipes-graphics/xcb/libxcb_1.9.1.bb | 13 +++++++++++++ meta/recipes-graphics/xcb/libxcb_1.9.bb | 13 ------------- 2 files changed, 13 insertions(+), 13 deletions(-) create mode 100644 meta/recipes-graphics/xcb/libxcb_1.9.1.bb delete mode 100644 meta/recipes-graphics/xcb/libxcb_1.9.bb (limited to 'meta/recipes-graphics') diff --git a/meta/recipes-graphics/xcb/libxcb_1.9.1.bb b/meta/recipes-graphics/xcb/libxcb_1.9.1.bb new file mode 100644 index 0000000000..a40a1c1de5 --- /dev/null +++ b/meta/recipes-graphics/xcb/libxcb_1.9.1.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] = "ed632cb0dc31b6fbd7ea5c0f931cf5a4" +SRC_URI[sha256sum] = "d44a5ff4eb0b9569e6f7183b51fdaf6f58da90e7d6bfc36b612d7263f83e362f" diff --git a/meta/recipes-graphics/xcb/libxcb_1.9.bb b/meta/recipes-graphics/xcb/libxcb_1.9.bb deleted file mode 100644 index f7da48c129..0000000000 --- a/meta/recipes-graphics/xcb/libxcb_1.9.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] = "2b05856e9d1cb37836aae7406f2f4ce2" -SRC_URI[sha256sum] = "8857e62b3aae2976c7e10043643e45a85964fd1dcb4469dfde0d04d3d1b12c96" -- cgit 1.2.3-korg