package/brltty: fix input_event related compile failure
authorHeiko Thiery <heiko.thiery@gmail.com>
Sun, 7 Jun 2020 18:11:17 +0000 (20:11 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 10 Jun 2020 21:25:24 +0000 (23:25 +0200)
commit69e8b09c4f4b5ede4183f6aa85ee481dd0d866ca
treea1bae85d082f5c077e262824507cd7429d861231
parent7ce6ebfad684d6b98dc87bbd67ccceef29b4db51
package/brltty: fix input_event related compile failure

Add a patch to fix input_event time related compile failure. The problem
is reported and fixed upstream.

Fixes:
http://autobuild.buildroot.net/results/7c5278c0ff2b2d8f88803e256803b31a75904efe/build-end.log

./system_linux.c: In function 'writeInputEvent':
./system_linux.c:962:23: error: 'struct input_event' has no member named 'time'; did you mean 'type'?
   gettimeofday(&event.time, NULL);
                       ^~~~
                       type

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/brltty/0002-fix-input_event-time-related-compile-fail.patch [new file with mode: 0644]