aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-proto/xcb-proto_1.12.bb
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2016-10-11 19:48:12 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-10-15 09:54:41 +0100
commit647ff3bed1823b53a41a5c2640ffc5f4d50d1e11 (patch)
tree0fbd5b19cb17bf8c96ea4a91189a50e0e85e4ce3 /meta/recipes-graphics/xorg-proto/xcb-proto_1.12.bb
parent3007f8b365270c35fdb1829d83affd98d8d5475a (diff)
downloadopenembedded-core-contrib-647ff3bed1823b53a41a5c2640ffc5f4d50d1e11.tar.gz
xcb-proto: fix for python3
Backport two patches to make it py3 friendly. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-proto/xcb-proto_1.12.bb')
-rw-r--r--meta/recipes-graphics/xorg-proto/xcb-proto_1.12.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-proto/xcb-proto_1.12.bb b/meta/recipes-graphics/xorg-proto/xcb-proto_1.12.bb
index 7d4a6b4364..bc04bc48ea 100644
--- a/meta/recipes-graphics/xorg-proto/xcb-proto_1.12.bb
+++ b/meta/recipes-graphics/xorg-proto/xcb-proto_1.12.bb
@@ -12,7 +12,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7 \
file://src/dri2.xml;beginline=2;endline=28;md5=f8763b13ff432e8597e0d610cf598e65"
SRC_URI = "http://xcb.freedesktop.org/dist/xcb-proto-${PV}.tar.bz2 \
- file://no-python-native.patch"
+ file://no-python-native.patch \
+ file://0001-Make-whitespace-use-consistent.patch \
+ file://0002-print-is-a-function-and-needs-parentheses.patch \
+ "
SRC_URI[md5sum] = "14e60919f859560f28426a685a555962"
SRC_URI[sha256sum] = "5922aba4c664ab7899a29d92ea91a87aa4c1fc7eb5ee550325c3216c480a4906"