]> code.ossystems Code Review - openembedded-core.git/commit
xmodmap: fix compile with gcc 4.8
authorRoss Burton <ross.burton@intel.com>
Fri, 12 Apr 2013 09:59:51 +0000 (10:59 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 12 Apr 2013 15:32:30 +0000 (16:32 +0100)
commit3a4ce4bd2b1ab7834edabbaf63acb18113cf1907
tree6f2b0e52a3f9652173f75863b3baa90fc6a2d6b5
parent3f501204f375cc40a14597a25cb09faaba9ff802
xmodmap: fix compile with gcc 4.8

With gcc 4.8 there are compile errors:

xmodmap.c:289:5: error: implicit declaration of function 'asprintf' [-Werror=implicit-function-declaration]
(and more)

These have been fixed upstream so take the patch from git until 1.0.8 is
released.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/xorg-app/xmodmap/gnu-source.patch [new file with mode: 0644]
meta/recipes-graphics/xorg-app/xmodmap_1.0.7.bb