]> code.ossystems Code Review - openembedded-core.git/commit
xserver-xorg: rewrite xorg-server.m4 patch
authorRoss Burton <ross.burton@intel.com>
Thu, 20 Sep 2018 19:19:05 +0000 (20:19 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 21 Sep 2018 15:15:19 +0000 (08:15 -0700)
commit4af34cb1193fe86b862566becfb560b3d19155f4
tree967136fb26a572886c53c8c0f225428ac2cabf80
parentcde11398e6d74ad8f27334199b4bd99cdf1f0ff7
xserver-xorg: rewrite xorg-server.m4 patch

Instead of having a patch that upstream won't accept, rewrite it in a
upstreamable way and <gasp> submit it upstream.

The fundamental problem is that pkg-config --variable=sdkdir will return the
value of sdkdir literally, whereas --cflags will return -I${sdkdir} *but* will
do sysroot relocation magic on the path so it is usable.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
meta/recipes-graphics/xorg-xserver/xserver-xorg/macro_tweak.patch [deleted file]
meta/recipes-graphics/xorg-xserver/xserver-xorg/pkgconfig.patch [new file with mode: 0644]
meta/recipes-graphics/xorg-xserver/xserver-xorg_1.20.1.bb