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 16:00:44 +0000 (17:00 +0100)
commit71205345a5f4ed38982dfd40263a2572e43de330
treeab0d807605531b71c7b122b3feda2cfd1079a732
parent9679f49dc522d1d807ea5491bd27b39bbb6b4015
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.

(From OE-Core rev: 3a4ce4bd2b1ab7834edabbaf63acb18113cf1907)

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