Files
poky/meta/recipes-graphics
Mingli Yu 8cf34c3517 libxshmfence: Build fixes for riscv32
NR_futex is not defined by newer architectures e.g. riscv32 as
they only have 64bit variant of time_t. Glibc defines SYS_futex
interface based on __NR_futex, since this is used in applications,
such applications start to fail to build for these newer architectures.

Define a fallback to alias __NR_futex to __NR_futex_time64 to make
SYS_futex keep working.

Reference: https://git.openembedded.org/openembedded-core/commit/?id=7a218adf9990f5e18d0b6a33eb34091969f979c7

(From OE-Core rev: 81599bf32135187b34726d41e9f619d22ca1bdd1)

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-04-18 11:37:25 +01:00
..
2016-06-15 18:05:23 +01:00
2020-06-04 13:27:31 +01:00
2020-07-29 10:12:31 +01:00
2021-02-09 08:56:10 +00:00
2019-04-12 14:05:38 +01:00
2020-03-21 22:39:01 +00:00
2021-03-01 11:12:16 +00:00
2021-01-20 22:46:17 +00:00
2021-01-20 22:46:17 +00:00
2021-03-02 14:15:33 +00:00
2021-03-06 22:39:04 +00:00
2020-12-30 14:01:06 +00:00
2020-10-30 13:22:48 +00:00