]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-gpu-apitrace: exclude from builds with glibc 2.34+ 844/head
authorAndrey Zhizhikin <andrey.z@gmail.com>
Wed, 18 Aug 2021 09:18:07 +0000 (09:18 +0000)
committerAndrey Zhizhikin <andrey.z@gmail.com>
Wed, 18 Aug 2021 09:18:07 +0000 (09:18 +0000)
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

recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_9.0.0.bb

index 58eb5f4479ccd1e7f6e83f55c640495ae5ffac55..a6de94d20bcc57f2134b4829c3832363013d4770 100644 (file)
@@ -44,3 +44,6 @@ FILES:${PN} += " \
 
 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+"