]> code.ossystems Code Review - openembedded-core.git/commit
xserver-xorg: Backport patch to remove using sys/io.h
authorKhem Raj <raj.khem@gmail.com>
Mon, 29 Jul 2019 22:58:09 +0000 (15:58 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 31 Jul 2019 22:02:56 +0000 (23:02 +0100)
commit1c72953b6c890b8411fec997b5c28a17eed82897
tree00bc65cf4404b5249daa8e11bcf6dd24083b467a
parenta0d85e117fb636ffa12253b19f0ab2b5055e6380
xserver-xorg: Backport patch to remove using sys/io.h

latest glibc dropped support for sys/io.h on arm, which is fixed in
upstream xserver, as a bonus we can drop musl specific patch which was
doing something similar up until now.

Fixes
|In file included from ../../../../xorg-server-1.20.4/hw/xfree86/int10/generic.c:15:
| ../../../../xorg-server-1.20.4/hw/xfree86/common/compiler.h:767:10: fatal error: 'sys/io.h' file not found
| #include <sys/io.h>
|          ^~~~~~~~~~
| 1 error generated.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/xorg-xserver/xserver-xorg/0001-compiler.h-Do-not-include-sys-io.h-on-ARM-with-glibc.patch [new file with mode: 0644]
meta/recipes-graphics/xorg-xserver/xserver-xorg/musl-arm-inb-outb.patch [deleted file]
meta/recipes-graphics/xorg-xserver/xserver-xorg_1.20.4.bb