summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2019-05-07 16:11:50 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-05-08 23:00:32 +0100
commitad200dfca8fa37cdfb315005f0baa01e21ad00a5 (patch)
tree61bb6a305a1a02ddf71a4c44a427211594031a56 /meta
parentf590d70680c4ecd929011306c2c50db0c20993a5 (diff)
downloadpoky-ad200dfca8fa37cdfb315005f0baa01e21ad00a5.tar.gz
libxcb: remove workaround patch for a bug that was fixed in gcc 5 in 2015
(From OE-Core rev: 78eb9447c64cf4d5d30647af7638eed5aa6531ee) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-graphics/xorg-lib/libxcb/gcc-mips-pr68302-mips-workaround.patch22
-rw-r--r--meta/recipes-graphics/xorg-lib/libxcb_1.13.1.bb1
2 files changed, 0 insertions, 23 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxcb/gcc-mips-pr68302-mips-workaround.patch b/meta/recipes-graphics/xorg-lib/libxcb/gcc-mips-pr68302-mips-workaround.patch
deleted file mode 100644
index 698d038f90..0000000000
--- a/meta/recipes-graphics/xorg-lib/libxcb/gcc-mips-pr68302-mips-workaround.patch
+++ /dev/null
@@ -1,22 +0,0 @@
1Reduce debug info for xcb.c since on mips we run into a gcc5 bug
2
3https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68302
4
5This patch is a workaround to get past the gcc bug until its resolved.
6it should have minimal impact on libxcb while make it work.
7
8Upstream-Status: Inappropriate [OE-Specific]
9Signed-off-by: Khem Raj <raj.khem@gmail.com>
10
11Index: libxcb-1.11.1/src/Makefile.am
12===================================================================
13--- libxcb-1.11.1.orig/src/Makefile.am
14+++ libxcb-1.11.1/src/Makefile.am
15@@ -188,6 +188,7 @@ EXTSOURCES += xkb.c
16 if BUILD_XKB
17 lib_LTLIBRARIES += libxcb-xkb.la
18 libxcb_xkb_la_LDFLAGS = -version-info 1:0:0 -no-undefined
19+CFLAGS += -g1
20 libxcb_xkb_la_LIBADD = $(XCB_LIBS)
21 nodist_libxcb_xkb_la_SOURCES = xkb.c xkb.h
22 endif
diff --git a/meta/recipes-graphics/xorg-lib/libxcb_1.13.1.bb b/meta/recipes-graphics/xorg-lib/libxcb_1.13.1.bb
index 518249ee92..b0afc01dfd 100644
--- a/meta/recipes-graphics/xorg-lib/libxcb_1.13.1.bb
+++ b/meta/recipes-graphics/xorg-lib/libxcb_1.13.1.bb
@@ -12,7 +12,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7"
12SRC_URI = "http://xcb.freedesktop.org/dist/libxcb-${PV}.tar.bz2 \ 12SRC_URI = "http://xcb.freedesktop.org/dist/libxcb-${PV}.tar.bz2 \
13 file://xcbincludedir.patch \ 13 file://xcbincludedir.patch \
14 file://disable-check.patch \ 14 file://disable-check.patch \
15 file://gcc-mips-pr68302-mips-workaround.patch \
16 " 15 "
17 16
18SRC_URI[md5sum] = "f33cdfc67346f7217a9326c0d8679975" 17SRC_URI[md5sum] = "f33cdfc67346f7217a9326c0d8679975"