diff options
author | Awais Belal <awais_belal@mentor.com> | 2014-12-08 16:17:22 +0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-11 11:34:56 +0000 |
commit | adb8c0d6555c788c547e46d8126a5783364edee1 (patch) | |
tree | 32ad6492f9505d27f39316afafe464f11c11e2dc /meta | |
parent | ae7bfb2c896f1e1dc28fed798e59c63c8b925fe7 (diff) | |
download | poky-adb8c0d6555c788c547e46d8126a5783364edee1.tar.gz |
libxcb, xcbproto: upgrade to version 1.11
Update libxcb and xcb-proto to 1.11 from 1.10.
(From OE-Core rev: 63e81152fd62b2c4d43d60813c5e672132ee001a)
Signed-off-by: Awais Belal <awais_belal@mentor.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxcb_1.10.bb | 10 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxcb_1.11.bb | 10 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-proto/xcb-proto_1.11.bb (renamed from meta/recipes-graphics/xorg-proto/xcb-proto_1.10.bb) | 4 |
3 files changed, 12 insertions, 12 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxcb_1.10.bb b/meta/recipes-graphics/xorg-lib/libxcb_1.10.bb deleted file mode 100644 index d88b025e1f..0000000000 --- a/meta/recipes-graphics/xorg-lib/libxcb_1.10.bb +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | include libxcb.inc | ||
2 | |||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7" | ||
5 | |||
6 | |||
7 | DEPENDS += "libxdmcp" | ||
8 | |||
9 | SRC_URI[md5sum] = "074c335cc4453467eeb234e3dadda700" | ||
10 | SRC_URI[sha256sum] = "98d9ab05b636dd088603b64229dd1ab2d2cc02ab807892e107d674f9c3f2d5b5" | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxcb_1.11.bb b/meta/recipes-graphics/xorg-lib/libxcb_1.11.bb new file mode 100644 index 0000000000..c162702105 --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libxcb_1.11.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | include libxcb.inc | ||
2 | |||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7" | ||
5 | |||
6 | |||
7 | DEPENDS += "libxdmcp" | ||
8 | |||
9 | SRC_URI[md5sum] = "5a873ebd383d1a60612dd6ec6b42c781" | ||
10 | SRC_URI[sha256sum] = "03635d70045b9ede90778e67516135828a57de87ac508f987024f43c03620ff7" | ||
diff --git a/meta/recipes-graphics/xorg-proto/xcb-proto_1.10.bb b/meta/recipes-graphics/xorg-proto/xcb-proto_1.11.bb index 0b67b5703e..5bc5a112e5 100644 --- a/meta/recipes-graphics/xorg-proto/xcb-proto_1.10.bb +++ b/meta/recipes-graphics/xorg-proto/xcb-proto_1.11.bb | |||
@@ -5,5 +5,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7 \ | |||
5 | file://src/dri2.xml;beginline=2;endline=28;md5=f8763b13ff432e8597e0d610cf598e65" | 5 | file://src/dri2.xml;beginline=2;endline=28;md5=f8763b13ff432e8597e0d610cf598e65" |
6 | 6 | ||
7 | 7 | ||
8 | SRC_URI[md5sum] = "ade74b8e9c870dc7515adfa209e66063" | 8 | SRC_URI[md5sum] = "6bf2797445dc6d43e9e4707c082eff9c" |
9 | SRC_URI[sha256sum] = "7ef40ddd855b750bc597d2a435da21e55e502a0fefa85b274f2c922800baaf05" | 9 | SRC_URI[sha256sum] = "b4aceee6502a0ce45fc39b33c541a2df4715d00b72e660ebe8c5bb444771e32e" |