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:26:08 +0000 |
commit | 63e81152fd62b2c4d43d60813c5e672132ee001a (patch) | |
tree | 87814967d6185a1e1cb65969f4969ec465add908 /meta/recipes-graphics/xorg-lib/libxcb_1.11.bb | |
parent | beee408a35d459392764aafad2adea49b645b5cf (diff) | |
download | openembedded-core-63e81152fd62b2c4d43d60813c5e672132ee001a.tar.gz openembedded-core-63e81152fd62b2c4d43d60813c5e672132ee001a.tar.bz2 openembedded-core-63e81152fd62b2c4d43d60813c5e672132ee001a.zip |
libxcb, xcbproto: upgrade to version 1.11
Update libxcb and xcb-proto to 1.11 from 1.10.
Signed-off-by: Awais Belal <awais_belal@mentor.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxcb_1.11.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxcb_1.11.bb | 10 |
1 files changed, 10 insertions, 0 deletions
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 @@ +include libxcb.inc + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7" + + +DEPENDS += "libxdmcp" + +SRC_URI[md5sum] = "5a873ebd383d1a60612dd6ec6b42c781" +SRC_URI[sha256sum] = "03635d70045b9ede90778e67516135828a57de87ac508f987024f43c03620ff7" |