summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-proto/xcb-proto_1.13.bb
diff options
context:
space:
mode:
authorRichard Leitner <richard.leitner@skidata.com>2020-10-30 14:45:51 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-11-12 13:07:52 +0000
commit75e33acd40fe4b160af6c2949cefcc02a2bf49e3 (patch)
treedd5af4f286073568c3df4f6c182aab05fbeb8c6b /meta/recipes-graphics/xorg-proto/xcb-proto_1.13.bb
parent40e448301edf142dc00a0ae6190017adac1e57b2 (diff)
downloadpoky-75e33acd40fe4b160af6c2949cefcc02a2bf49e3.tar.gz
xcb-proto: backport fix for python gcd function
This backports the fix [1] for the following build error for nativesdk on Fedora 33 which is caused by the removal of fractions.gcd() in favor of math.gcd() in python 3.9 [2]: ImportError: cannot import name 'gcd' from 'fractions' (/usr/lib64/python3.9/fractions.py) [1] https://gitlab.freedesktop.org/xorg/proto/xcbproto/-/commit/426ae35bee1fa0fdb8b5120b1dcd20cee6e34512 [2] https://bugs.python.org/issue39350 (From OE-Core rev: 0f688c1419b1e2dfddff3c985f89a3f1949fc9fb) Signed-off-by: Richard Leitner <richard.leitner@skidata.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-proto/xcb-proto_1.13.bb')
-rw-r--r--meta/recipes-graphics/xorg-proto/xcb-proto_1.13.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-proto/xcb-proto_1.13.bb b/meta/recipes-graphics/xorg-proto/xcb-proto_1.13.bb
index 7467090920..1f41821302 100644
--- a/meta/recipes-graphics/xorg-proto/xcb-proto_1.13.bb
+++ b/meta/recipes-graphics/xorg-proto/xcb-proto_1.13.bb
@@ -11,7 +11,8 @@ LICENSE = "MIT"
11LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7 \ 11LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7 \
12 file://src/dri2.xml;beginline=2;endline=28;md5=f8763b13ff432e8597e0d610cf598e65" 12 file://src/dri2.xml;beginline=2;endline=28;md5=f8763b13ff432e8597e0d610cf598e65"
13 13
14SRC_URI = "http://xcb.freedesktop.org/dist/${BP}.tar.bz2" 14SRC_URI = "http://xcb.freedesktop.org/dist/${BP}.tar.bz2 \
15 file://0001-xcbgen-use-math-gcd-for-python-3-5.patch"
15SRC_URI[md5sum] = "abe9aa4886138150bbc04ae4f29b90e3" 16SRC_URI[md5sum] = "abe9aa4886138150bbc04ae4f29b90e3"
16SRC_URI[sha256sum] = "7b98721e669be80284e9bbfeab02d2d0d54cd11172b72271e47a2fe875e2bde1" 17SRC_URI[sha256sum] = "7b98721e669be80284e9bbfeab02d2d0d54cd11172b72271e47a2fe875e2bde1"
17 18