diff options
author | Andrey Zhizhikin <andrey.z@gmail.com> | 2021-08-18 09:18:07 +0000 |
---|---|---|
committer | Andrey Zhizhikin <andrey.z@gmail.com> | 2021-08-18 09:18:07 +0000 |
commit | 90dd530ca78ec9819586212f0789df9208dd3b8a (patch) | |
tree | 0e6a86035055073884b2a79703b0ad1814dfba25 /recipes-graphics/imx-gpu-apitrace | |
parent | 7a928a20d1629fea8814a27442a1817c17296417 (diff) | |
download | meta-freescale-90dd530ca78ec9819586212f0789df9208dd3b8a.tar.gz |
imx-gpu-apitrace: exclude from builds with glibc 2.34+
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
Diffstat (limited to 'recipes-graphics/imx-gpu-apitrace')
-rw-r--r-- | recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_9.0.0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_9.0.0.bb b/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_9.0.0.bb index 58eb5f44..a6de94d2 100644 --- a/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_9.0.0.bb +++ b/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_9.0.0.bb | |||
@@ -44,3 +44,6 @@ FILES:${PN} += " \ | |||
44 | 44 | ||
45 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | 45 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" |
46 | COMPATIBLE_MACHINE = "(imxgpu)" | 46 | COMPATIBLE_MACHINE = "(imxgpu)" |
47 | |||
48 | # see https://github.com/apitrace/apitrace/issues/756 | ||
49 | PNBLACKLIST[imx-gpu-apitrace] ?= "Upstream needs porting to glibc 2.34+" | ||