Upstream project has issues with new glibc dropping __libc_dlopen_mode
and __libc_dlsym functions, which were initially marked as
GLIBC_PRIVATE.
Since according to [1] there is no solution for upstream at the moment,
exclude the NXP fork of apitrace from builds.
meta-oe has similar exclusion commit
ba94b0fef ("apitrace: Exclude from
builds with glibc 2.34+") for upstream component.
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
Link: [1]: https://github.com/apitrace/apitrace/issues/756
PACKAGE_ARCH = "${MACHINE_SOCARCH}"
COMPATIBLE_MACHINE = "(imxgpu)"
+
+# see https://github.com/apitrace/apitrace/issues/756
+PNBLACKLIST[imx-gpu-apitrace] ?= "Upstream needs porting to glibc 2.34+"